python313Packages.heatzypy: 2.5.7 -> 2.5.9

Diff: https://github.com/Cyr-ius/heatzypy/compare/2.5.7...2.5.9

Changelog: https://github.com/cyr-ius/heatzypy/releases/tag/2.5.9
This commit is contained in:
Fabian Affolter
2026-02-04 09:00:57 +01:00
parent 86c234c1ee
commit e934ca1936
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "heatzypy";
version = "2.5.7";
version = "2.5.9";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cyr-ius";
repo = "heatzypy";
tag = version;
hash = "sha256-MPieUg5p8j1OTWDwV/IY3dKz8bKcPrRy9tK2iKleEoM=";
hash = "sha256-6vdzxQGNQSMCFYA/nQ2T72RUWmBRvb9v0YcxVbjtG94=";
};
build-system = [