python3Packages.pypdf: 6.6.2 -> 6.7.0

Diff: https://github.com/py-pdf/pypdf/compare/6.6.2...6.7.0

Changelog: https://github.com/py-pdf/pypdf/blob/6.7.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-02-08 22:44:05 -08:00
parent b28c4999ed
commit 49ffb4166b
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.6.2";
version = "6.7.0";
pyproject = true;
src = fetchFromGitHub {
@@ -36,7 +36,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-5XgxfVtSh4Q8FksGp7dXk+RCGQi0oqg0jpdn9K/gFq8=";
hash = "sha256-Kd5jBsq6sE5qWdIieVWdAKFA3QiDRsTBwoFerNY9ZRU=";
};
outputs = [