python3Packages.pypdf: 6.7.0 -> 6.8.0

This commit is contained in:
R. Ryantm
2026-03-10 19:59:09 +00:00
parent 63d4fcb102
commit cddc66f120
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.7.0";
version = "6.8.0";
pyproject = true;
src = fetchFromGitHub {
@@ -32,7 +32,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-Kd5jBsq6sE5qWdIieVWdAKFA3QiDRsTBwoFerNY9ZRU=";
hash = "sha256-W2bm271tEXcbL3Zgc3sKlA2jZp5L6JxgEWLGO3ahYDU=";
};
outputs = [