summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:23:06 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 01:22:02 +0200
commit67b1f4b11bff7991937c36f22d3eab733f1a956b (patch)
treef1200d726883bc26e3470254d7b7f66e7c213581
parent5c8039c2e4ad56e30740adde3831d7f043318989 (diff)
python3Packages.humanize: 3.11.0 -> 3.12.0
-rw-r--r--pkgs/development/python-modules/humanize/default.nix4
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 85ec6257ea5de..f878320e5d473 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.11.0";
+  version = "3.12.0";
   pname = "humanize";
   disabled = isPy27; # setup.py no longer compatible
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4160cdc63fcd0daac27d2e1e218a31bb396fc3fe5712d153675d89432a03778f";
+    sha256 = "5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6";
   };
 
   nativeBuildInputs = [ setuptools-scm ];