Merge pull request #187318 from Luflosi/update/humanize

python3Packages.humanize: 4.2.3 -> 4.3.0
This commit is contained in:
Robert Scott 2022-08-18 21:57:50 +01:00 committed by GitHub
commit 83afbdf01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
version = "4.2.3";
version = "4.3.0";
pname = "humanize";
format = "pyproject";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "python-humanize";
repo = pname;
rev = version;
hash = "sha256-cAlNtN9sUnDAkCQj2bJfT72B2TQDYRBB4P4NJY9mUU0=";
hash = "sha256-sccv3HtCgG/znZs/sfmeeOHK3xchv9zRrNX/SxyEbCQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;