Merge pull request #249713 from Luflosi/update/python3Packages.humanize

python3Packages.humanize: 4.7.0 -> 4.8.0
This commit is contained in:
Theodore Ni 2023-08-23 07:29:56 -07:00 committed by GitHub
commit 3f7e6f42d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "humanize";
version = "4.7.0";
version = "4.8.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "python-humanize";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ofRdrFVxIxAtv8WopJDX8Te8yaaJTnDbRM56V7pm/NM=";
hash = "sha256-bKTzygQtZ/0UB+zM9735a/xwH4KaoU6C8kUGurbHs2Y=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;