python3Packages.pypdf: 5.6.1 -> 5.7.0

This commit is contained in:
R. Ryantm
2025-07-09 16:03:51 +05:30
committed by Masum Reza
parent 29ef9ed91c
commit bd64cb6cbf
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "5.6.1";
version = "5.7.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-+/tb370yraT78wGeLc0WVYQ5/SE9PBXMtuazGLiaAJc=";
hash = "sha256-O1kV9VKbI3MFsWvr3jrDg9rJ0G+92ny0v7g4Xx/1ytM=";
};
outputs = [