From 11c4dc84184bdc6f78b2ca5252bfc5c6930d6be2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Feb 2025 09:00:05 +0100 Subject: [PATCH] python313Packages.millheater: 0.12.2 -> 0.12.3 Diff: https://github.com/Danielhiversen/pymill/compare/refs/tags/012.2...0.12.3 Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.12.3 --- pkgs/development/python-modules/millheater/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix index b36bffd9eedd..99eca754445e 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.2"; + version = "0.12.3"; pyproject = true; disabled = pythonOlder "3.10";