We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41a9c8 commit b01140cCopy full SHA for b01140c
pkgs/development/python-modules/humanize/default.nix
@@ -13,16 +13,16 @@
13
14
buildPythonPackage rec {
15
pname = "humanize";
16
- version = "4.11.0";
+ version = "4.12.1";
17
format = "pyproject";
18
19
disabled = pythonOlder "3.9";
20
21
src = fetchFromGitHub {
22
owner = "python-humanize";
23
- repo = pname;
+ repo = "humanize";
24
tag = version;
25
- hash = "sha256-C6u7t7RedInHJtN4yHli22Wc7llnrxn4YeKssyQ+hS4=";
+ hash = "sha256-sj7c44KQ5jGkmans2EyAn9qMS4+GGu3hcSt7PRiTGKk=";
26
};
27
28
nativeBuildInputs = [
0 commit comments