3 Commits

Author SHA1 Message Date
1f2e789ed5 Merge branch 'master' into current 2025-04-12 11:04:44 +02:00
Gaétan Lepage
e744dc44b9 vectorcode: 0.5.3 -> 0.5.5 (#398053) 2025-04-12 10:51:39 +02:00
R. Ryantm
3df73bdfb1 vectorcode: 0.5.3 -> 0.5.5 2025-04-12 10:38:47 +02:00

View File

@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "vectorcode"; pname = "vectorcode";
version = "0.5.3"; version = "0.5.5";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Davidyz"; owner = "Davidyz";
repo = "VectorCode"; repo = "VectorCode";
tag = version; tag = version;
hash = "sha256-Vfo+wY51b3triiDhURlMl1iKNlYDy7eqEtT9/RVNZCM="; hash = "sha256-hoANo+CqGvMyFSPDVYVWJUf6UUo3n9C1Yu8xt5yrZUs=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [