vectorcode: 0.5.3 -> 0.5.5 (#398053)

This commit is contained in:
Gaétan Lepage
2025-04-12 10:51:39 +02:00
committed by GitHub

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; [