python3Packages.pypdf: 6.10.0 -> 6.10.2

This commit is contained in:
R. Ryantm
2026-04-21 11:14:39 +00:00
parent eaf1a8c164
commit 2d72672d15
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.10.0";
version = "6.10.2";
pyproject = true;
src = fetchFromGitHub {
@@ -32,7 +32,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-eAbA6vIRJ/wX5r/X218UG2yEqtGTuDAKFpLB702HvM0=";
hash = "sha256-f7U9kZrAnUHv0nBrcHI+Otd49jIJz0d1uWRHymWJnYo=";
};
outputs = [