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]
commit c259a1984e

View file

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