python3Packages.pypdf: 6.6.0 -> 6.6.2

This commit is contained in:
R. Ryantm
2026-01-31 22:34:56 +00:00
parent 4fcece76d5
commit 75b6a41b9d
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.6.0";
version = "6.6.2";
pyproject = true;
src = fetchFromGitHub {
@@ -36,7 +36,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-C1ZFqqLFtxWOuLUT7KFSfWIE6a9xDPCFtOakzYP4NMY=";
hash = "sha256-5XgxfVtSh4Q8FksGp7dXk+RCGQi0oqg0jpdn9K/gFq8=";
};
outputs = [