vectorcode: 0.5.5 -> 0.5.6 (#400519)

This commit is contained in:
Gaétan Lepage 2025-04-21 15:11:35 +02:00 committed by GitHub
commit cb686b8d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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