From 4b2f23fb1fd2e9842a510043cbc58c839d90c4d8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Feb 2025 20:29:29 +0100 Subject: [PATCH] python313Packages.heatzypy: 2.5.6 -> 2.5.7 Diff: https://github.com/Cyr-ius/heatzypy/compare/refs/tags/2.5.6...2.5.7 Changelog: https://github.com/cyr-ius/heatzypy/releases/tag/2.5.7 --- 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 b734951c15c0..3b250e4d32e5 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.6"; + version = "2.5.7"; pyproject = true; disabled = pythonOlder "3.11"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Cyr-ius"; repo = "heatzypy"; tag = version; - hash = "sha256-+iT3lE54xt7usz9v9JZqwQa0Xf1eLlN5VuQrjzmWo6Y="; + hash = "sha256-MPieUg5p8j1OTWDwV/IY3dKz8bKcPrRy9tK2iKleEoM="; }; build-system = [