python3Packages.pypdf: 6.13.2 -> 6.14.2

Diff: https://github.com/py-pdf/pypdf/compare/6.13.2...6.14.2

Changelog: https://github.com/py-pdf/pypdf/blob/6.14.2/CHANGELOG.md
(cherry picked from commit 5139b40328)
This commit is contained in:
Robert Schütz
2026-06-22 17:16:32 -07:00
committed by github-actions[bot]
parent c2122ddfa4
commit 99b7856a71

View File

@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.13.2";
version = "6.14.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-P/tm4roaVVnEq/bUsyk3S2ts7UWBWbDuZ1RqNKGxUS0=";
hash = "sha256-h7JuQTTUZ5tWoAhixjp+grDVA3JQ8PbHcMBzIyCMOJU=";
};
outputs = [