Skip to content

Commit 7a5e696

Browse files
python312Packages.humanize: 4.11.0 -> 4.12.1 (NixOS#385003)
2 parents a468955 + b01140c commit 7a5e696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/humanize/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage rec {
1515
pname = "humanize";
16-
version = "4.11.0";
16+
version = "4.12.1";
1717
format = "pyproject";
1818

1919
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "python-humanize";
23-
repo = pname;
23+
repo = "humanize";
2424
tag = version;
25-
hash = "sha256-C6u7t7RedInHJtN4yHli22Wc7llnrxn4YeKssyQ+hS4=";
25+
hash = "sha256-sj7c44KQ5jGkmans2EyAn9qMS4+GGu3hcSt7PRiTGKk=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)