python3Packages.persistent: 6.1.1 -> 6.5

https://github.com/zopefoundation/persistent/blob/6.5/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:48 +01:00
parent d5c8ebb4b0
commit 8a828b97db
@@ -15,19 +15,14 @@
buildPythonPackage rec {
pname = "persistent";
version = "6.1.1";
version = "6.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LTIbYOsH75APhals8HH/jDua7m5nm+zEjEbzRX6NnS8=";
hash = "sha256-RwkiFZZTKYZRBcSMFSTp0mF6o88INaxiXDeUBPbL298=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools < 74" "setuptools"
'';
build-system = [ setuptools ];
dependencies = [