vectorcode: 0.5.3 -> 0.5.5

This commit is contained in:
R. Ryantm
2025-04-12 10:38:47 +02:00
committed by Gaetan Lepage
parent e58dd8c9bc
commit 3df73bdfb1
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "vectorcode";
version = "0.5.3";
version = "0.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Davidyz";
repo = "VectorCode";
tag = version;
hash = "sha256-Vfo+wY51b3triiDhURlMl1iKNlYDy7eqEtT9/RVNZCM=";
hash = "sha256-hoANo+CqGvMyFSPDVYVWJUf6UUo3n9C1Yu8xt5yrZUs=";
};
build-system = with python3Packages; [