0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python313Packages.humanize: 4.12.2 -> 4.12.3

https://github.com/python-humanize/humanize/releases/tag/4.12.3
This commit is contained in:
Martin Weinelt 2025-05-18 00:41:55 +02:00 committed by Robert Schütz
parent 1eaa012624
commit 61c85d0744

View file

@ -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 = [