From fb3d95c48db0a5d7e2c5e7cb40b04e02c80bc124 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Sep 2023 22:51:03 +0200 Subject: [PATCH] python311Packages.millheater: 0.11.2 -> 0.11.5 Diff: https://github.com/Danielhiversen/pymill/compare/refs/tags/0.11.2...0.11.5 Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.11.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 b5153d7c4028..adf1eca9d576 100644 --- a/pkgs/development/python-modules/millheater/default.nix +++ b/pkgs/development/python-modules/millheater/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "millheater"; - version = "0.11.2"; + version = "0.11.5"; format = "setuptools"; disabled = pythonOlder "3.10"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; rev = "refs/tags/${version}"; - hash = "sha256-PsNT/mZ4Dun4s9QpGRyEuVxYcM5AXaUS28UsSOowOb4="; + hash = "sha256-rDEzMxXsbHvxAmPx1IFC5S8jG8LO8TNuNq/ISkdPWsU="; }; propagatedBuildInputs = [