python3Packages.pypdf: 6.9.2 -> 6.10.0 (#509510)

This commit is contained in:
dotlambda
2026-04-15 20:26:35 +00:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.9.2";
version = "6.10.0";
pyproject = true;
src = fetchFromGitHub {
@@ -32,7 +32,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-1oiwQf9N6et/o81CyCAFX9UWG2sXC3a50++cGfvXdE4=";
hash = "sha256-eAbA6vIRJ/wX5r/X218UG2yEqtGTuDAKFpLB702HvM0=";
};
outputs = [