python3Packages.humanize: 3.13.1 -> 4.0.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:01 +01:00
parent f4dafacf99
commit 684e9075ee

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
version = "3.13.1";
version = "4.0.0";
pname = "humanize";
format = "pyproject";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jmoiron";
repo = pname;
rev = version;
sha256 = "sha256-lgGBvYb3ciqETBOR31gxQVD7YyopTtmr++nCwvm63Zs=";
sha256 = "sha256-v4OdZmUI2LCick4qCSGOHJ7jtWybwKTeTeIcly+QQQQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;