Skip to content

Commit b01140c

Browse files
committed
1 parent c41a9c8 commit b01140c

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)