python3Packages.pypdf: 6.4.2 -> 6.6.0 (#473885)

This commit is contained in:
dotlambda
2026-01-14 13:30:42 +00:00
committed by GitHub
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.4.2";
version = "6.6.0";
pyproject = true;
src = fetchFromGitHub {
@@ -36,7 +36,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-GkCNw7XvDPvLIiIUAgXsTLQ2OBbqhpf3xHQZpB/f2ys=";
hash = "sha256-C1ZFqqLFtxWOuLUT7KFSfWIE6a9xDPCFtOakzYP4NMY=";
};
outputs = [