0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.pylamarzocco: 2.0.4 -> 2.0.7 (#410635)

This commit is contained in:
Fabian Affolter 2025-05-29 11:38:49 +02:00 committed by GitHub
commit 4dd1e439fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylamarzocco"; pname = "pylamarzocco";
version = "2.0.4"; version = "2.0.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zweckj"; owner = "zweckj";
repo = "pylamarzocco"; repo = "pylamarzocco";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-ING00Xz+ipEnwX+u4M6upN5aYX2JrKZS/ho6b72QyFw="; hash = "sha256-IFac66zBGvRASXJDa/Y6F3BxZhRD9tG8yAB2l2IsDVk=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];