python3Packages.pypdf: 5.7.0 -> 5.9.0

This commit is contained in:
R. Ryantm 2025-08-03 03:46:31 +00:00
parent 54b5c7b431
commit 07728c24f2

View File

@ -27,7 +27,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pypdf"; pname = "pypdf";
version = "5.7.0"; version = "5.9.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -38,7 +38,7 @@ buildPythonPackage rec {
tag = version; tag = version;
# fetch sample files used in tests # fetch sample files used in tests
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-O1kV9VKbI3MFsWvr3jrDg9rJ0G+92ny0v7g4Xx/1ytM="; hash = "sha256-WM7eAXDdrnbm1olS+3WPF6FhTUbdIHojtGbJdPHvxv4=";
}; };
outputs = [ outputs = [