python313Packages.humanize: 4.12.2 -> 4.12.3

https://github.com/python-humanize/humanize/releases/tag/4.12.3

Changed files
+2 -2
pkgs
development
python-modules
humanize
+2 -2
pkgs/development/python-modules/humanize/default.nix
···
buildPythonPackage rec {
pname = "humanize";
-
version = "4.12.2";
+
version = "4.12.3";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "python-humanize";
repo = "humanize";
tag = version;
-
hash = "sha256-MGWjh7C9JXTwH+eLyrjU0pjcZ2+oH925eiqHgBS8198=";
+
hash = "sha256-VsB59tS2KRZ0JKd1FzA+RTEzpkUyj9RhhSopseHg+m8=";
};
nativeBuildInputs = [