From 0396a7bd337459eec1e704e9ee8ffcbf359f25b8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 1 Oct 2023 09:57:27 +0200 Subject: [PATCH] python311Packages.millheater: 0.11.5 -> 0.11.6 Diff: https://github.com/Danielhiversen/pymill/compare/refs/tags/0.11.5...0.11.6 Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.11.6 --- 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 adf1eca9d57..7f2fe358c2f 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.5"; + version = "0.11.6"; format = "setuptools"; disabled = pythonOlder "3.10"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; rev = "refs/tags/${version}"; - hash = "sha256-rDEzMxXsbHvxAmPx1IFC5S8jG8LO8TNuNq/ISkdPWsU="; + hash = "sha256-qd9JuZv1utwL523eiQ79P3hXuVQ8+teTatOJCtI6v00="; }; propagatedBuildInputs = [