From 0aeda97a9b07cac8f68123c9b0057a8230228b8f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 5 Sep 2023 20:44:37 +0200 Subject: [PATCH] python311Packages.millheater: 0.11.1 -> 0.11.2 Diff: https://github.com/Danielhiversen/pymill/compare/refs/tags/0.11.1...0.11.2 Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.11.2 --- 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 6edd37f14dbc..b5153d7c4028 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.1"; + version = "0.11.2"; format = "setuptools"; disabled = pythonOlder "3.10"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; rev = "refs/tags/${version}"; - hash = "sha256-RlnZUI7F1u1rjmuPc2guqVomR25Izf5jejN6LlMZYS8="; + hash = "sha256-PsNT/mZ4Dun4s9QpGRyEuVxYcM5AXaUS28UsSOowOb4="; }; propagatedBuildInputs = [