python3Packages.humanize: 3.11.0 -> 3.12.0
This commit is contained in:
parent
5c8039c2e4
commit
67b1f4b11b
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue