Merge pull request #315276 from fabaff/heatzypy-bump

python312Packages.heatzypy: 2.5.4 -> 2.5.5
This commit is contained in:
Fabian Affolter
2024-05-28 19:24:06 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "heatzypy";
version = "2.5.4";
version = "2.5.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Cyr-ius";
repo = "heatzypy";
rev = "refs/tags/${version}";
hash = "sha256-A01e3duNQmVv9vyOs6+gF/BdevLiYi/uXSq5bKmuRao=";
hash = "sha256-S1wIVeUTbtF5omImt38YNvZEutyCEYMGExccs0FIK44=";
};
build-system = [