From 61c85d0744f6b74155f13321fd5a8da1d93f0d6a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 18 May 2025 00:41:55 +0200 Subject: [PATCH] python313Packages.humanize: 4.12.2 -> 4.12.3 https://github.com/python-humanize/humanize/releases/tag/4.12.3 --- pkgs/development/python-modules/humanize/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index d9e166c9b2f9..f5d98902e2e3 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "humanize"; - version = "4.12.2"; + version = "4.12.3"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "python-humanize"; repo = "humanize"; tag = version; - hash = "sha256-MGWjh7C9JXTwH+eLyrjU0pjcZ2+oH925eiqHgBS8198="; + hash = "sha256-VsB59tS2KRZ0JKd1FzA+RTEzpkUyj9RhhSopseHg+m8="; }; nativeBuildInputs = [