python312Packages.pylamarzocco: 1.4.5 -> 1.4.6

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

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