python3Packages.jaraco-functools: 4.2.1 -> 4.4.0

https://github.com/jaraco/jaraco.functools/blob/v4.4.0/NEWS.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:34:24 +01:00
parent b02c678f02
commit 52f6dff87e
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "jaraco-functools";
version = "4.2.1";
version = "4.4.0";
pyproject = true;
src = fetchPypi {
pname = "jaraco_functools";
inherit version;
hash = "sha256-vmNKv8yrzlb6MFP4x+vje2gmg6Tud5NnDO0XurAIc1M=";
hash = "sha256-2iGTOwQXuJUVViZWVHp3tJMfmBdusXNkTA01Ayoz1rs=";
};
postPatch = ''