python3Packages.humanize: 4.7.0 -> 4.8.0

https://github.com/python-humanize/humanize/releases/tag/4.8.0
This commit is contained in:
Luflosi 2023-08-17 01:11:22 +02:00
parent b267e5e03d
commit c40138269c
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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;