vectorcode: 0.7.18 -> 0.7.19 (#462430)

This commit is contained in:
Gaétan Lepage
2025-11-19 23:19:24 +00:00
committed by GitHub
+2 -2
View File
@@ -96,14 +96,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "vectorcode";
version = "0.7.18";
version = "0.7.19";
pyproject = true;
src = fetchFromGitHub {
owner = "Davidyz";
repo = "VectorCode";
tag = version;
hash = "sha256-xtFSERuXivdqY5XT/JJ4lZ1HgGTAE+DGV7pxH1163ZQ=";
hash = "sha256-H2Umh4/vRDqaGXVoK/fZaj9guA4IaVSgOEDAVEPsD9A=";
};
build-system = with python.pkgs; [