python3Packages.pypdf: 6.4.2 -> 6.6.0

This commit is contained in:
R. Ryantm
2026-01-11 23:38:38 +00:00
parent b5ed4acb2d
commit ba007b6c8a
@@ -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 = [