vectorcode: 0.7.19 -> 0.7.20 (#472415)

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