vectorcode: 0.7.19 -> 0.7.20

This commit is contained in:
R. Ryantm
2025-12-19 14:59:39 +00:00
parent 68f4ded240
commit ab931da66e
+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; [