From 5b20e593974550daa6a0cbfefd651a9266f434f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 May 2025 17:55:16 +0200 Subject: [PATCH] python313Packages.millheater: 0.12.3 -> 0.12.5 Diff: https://github.com/Danielhiversen/pymill/compare/refs/tags/0.12.3...refs/tags/0.12.5 Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.12.5 --- pkgs/development/python-modules/millheater/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix index a66ef7896ff9..9be5871e551d 100644 --- a/pkgs/development/python-modules/millheater/default.nix +++ b/pkgs/development/python-modules/millheater/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "millheater"; - version = "0.12.3"; + version = "0.12.5"; pyproject = true; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; tag = version; # https://github.com/Danielhiversen/pymill/issues/87 - hash = "sha256-tR6MZIgCazGcXRIaSXyDYIEp+kD6xyrpOXORbi8LV7E="; + hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0="; }; build-system = [ setuptools ];