python3Packages.pypdf: 5.7.0 -> 5.9.0 (#426018)

This commit is contained in:
Fabian Affolter 2025-08-16 02:08:17 +02:00 committed by GitHub
commit e8da829059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [