python3Packages.jaraco-functools: 4.4.0 -> 4.6.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:28 +02:00
parent 781d4f8d04
commit 6cc9fddf77

View File

@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "jaraco-functools";
version = "4.4.0";
version = "4.6.0";
pyproject = true;
src = fetchPypi {
pname = "jaraco_functools";
inherit version;
hash = "sha256-2iGTOwQXuJUVViZWVHp3tJMfmBdusXNkTA01Ayoz1rs=";
hash = "sha256-iAxXfslyCzoFLVvGEfufImmz2HkC70JEDfRDuI5EMoA=";
};
postPatch = ''