diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2021-03-24 10:28:14 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2021-04-03 17:48:34 +0200 |
| commit | f2a59da54fb7f2837ce2ccbec5817f16e58c5cdb (patch) | |
| tree | 120fab94519b11542ad3683ae0b4a7103922829a /pkgs/development/python-modules/humanize | |
| parent | python3Packages.hg-evolve: 10.2.0.post1 -> 10.3.0 (diff) | |
| download | nixpkgs-f2a59da54fb7f2837ce2ccbec5817f16e58c5cdb.tar.gz | |
python3Packages.humanize: 3.2.0 -> 3.3.0
Diffstat (limited to 'pkgs/development/python-modules/humanize')
| -rw-r--r-- | pkgs/development/python-modules/humanize/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index ef66870ddfd7..5db7d6d02545 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -9,13 +9,13 @@ }: buildPythonPackage rec { - version = "3.2.0"; + version = "3.3.0"; pname = "humanize"; disabled = isPy27; # setup.py no longer compatible src = fetchPypi { inherit pname version; - sha256 = "09ph6fd1362xdn2hgwdgh30z0zqjp3bgvr1akyvm36b8jm400sdb"; + sha256 = "8bf7abd672b867f38b8b04593829b85b9b6199a61ef6586bf3629cc06458ff35"; }; nativeBuildInputs = [ setuptools_scm ]; |
