python312Packages.pylamarzocco: 1.4.3 -> 1.4.5

Diff: https://github.com/zweckj/pylamarzocco/compare/refs/tags/v1.4.3...v1.4.5

Changelog: https://github.com/zweckj/pylamarzocco/releases/tag/v1.4.5
This commit is contained in:
Fabian Affolter
2025-01-01 10:03:53 +01:00
parent e37946f2f7
commit 010d40f68b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylamarzocco";
version = "1.4.3";
version = "1.4.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pylamarzocco";
rev = "refs/tags/v${version}";
hash = "sha256-bSwlAaaUVeORDJFWY8I2iIiQ9OvvDrpDBoQ3Ns5NrRM=";
hash = "sha256-LUfeRCi5OezkoYL+htJuJ/VyYJeuFTasAeXROcajzyA=";
};
build-system = [ setuptools ];