python3Packages.pypdf: 5.7.0 -> 5.9.0

https://github.com/py-pdf/pypdf/blob/5.9.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:38 +02:00
parent cced440eff
commit 3c873f9097
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "5.7.0";
version = "5.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-O1kV9VKbI3MFsWvr3jrDg9rJ0G+92ny0v7g4Xx/1ytM=";
hash = "sha256-WM7eAXDdrnbm1olS+3WPF6FhTUbdIHojtGbJdPHvxv4=";
};
outputs = [