From 68c57139a73cd2b76b15c5ebf43a3c73a815ec8b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 12 Dec 2024 06:38:49 +0100 Subject: [PATCH] python312Packages.heatzypy: 2.5.5 -> 2.5.6 (#364472) Diff: https://github.com/Cyr-ius/heatzypy/compare/refs/tags/2.5.5...2.5.6 Changelog: https://github.com/cyr-ius/heatzypy/releases/tag/2.5.6 --- pkgs/development/python-modules/heatzypy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/heatzypy/default.nix b/pkgs/development/python-modules/heatzypy/default.nix index 4227da42494d..a8fdd8a0de70 100644 --- a/pkgs/development/python-modules/heatzypy/default.nix +++ b/pkgs/development/python-modules/heatzypy/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "heatzypy"; - version = "2.5.5"; + version = "2.5.6"; pyproject = true; disabled = pythonOlder "3.11"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Cyr-ius"; repo = "heatzypy"; rev = "refs/tags/${version}"; - hash = "sha256-S1wIVeUTbtF5omImt38YNvZEutyCEYMGExccs0FIK44="; + hash = "sha256-+iT3lE54xt7usz9v9JZqwQa0Xf1eLlN5VuQrjzmWo6Y="; }; build-system = [