python3Packages.pypdf: 6.9.2 -> 6.10.0

This commit is contained in:
R. Ryantm
2026-04-13 09:52:36 +00:00
parent 433884f8c0
commit c53e99ffe9
@@ -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 = [