From 6eb34717edce4563bf17cb2cdb67d096072aed2b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:57 +0100 Subject: [PATCH] python3Packages.inflect: 7.4.0 -> 7.5.0 https://github.com/jaraco/inflect/blob/v7.5.0/CHANGES.rst --- pkgs/development/python-modules/inflect/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix index 5d89a3798bee..b1d380b02214 100644 --- a/pkgs/development/python-modules/inflect/default.nix +++ b/pkgs/development/python-modules/inflect/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "inflect"; - version = "7.4.0"; + version = "7.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "jaraco"; repo = "inflect"; tag = "v${version}"; - hash = "sha256-3I5AdMuxwKtztnrF0lbvBIUxfqn0WlY2Pv6GYitFrA8="; + hash = "sha256-JQn0JySzXFnqz/dPc7BGLzd23Bh72S+/aI40gxAgx8k="; }; build-system = [ @@ -52,7 +52,7 @@ buildPythonPackage rec { meta = { description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles"; homepage = "https://github.com/jaraco/inflect"; - changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst"; + changelog = "https://github.com/jaraco/inflect/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.mit; maintainers = lib.teams.tts.members; };