python3Packages.inflect: 7.3.1 -> 7.4.0

https://github.com/jaraco/inflect/blob/v7.4.0/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-09-29 17:05:02 +02:00
parent b1933c6cc1
commit a957c45fcf

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "inflect";
version = "7.3.1";
version = "7.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "inflect";
rev = "refs/tags/v${version}";
hash = "sha256-J0XgSKPzZIt/7WnMGARXpyYzagBGiqRiuNmNnGKDBrs=";
hash = "sha256-3I5AdMuxwKtztnrF0lbvBIUxfqn0WlY2Pv6GYitFrA8=";
};
build-system = [