python3Packages.pypdf: 6.13.2 -> 6.14.2 (#534423)

This commit is contained in:
dotlambda 2026-06-23 18:50:50 +00:00 committed by GitHub
commit 90d704fbd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "6.13.2";
version = "6.14.2";
pyproject = true;
src = fetchFromGitHub {
@ -33,7 +33,7 @@ buildPythonPackage rec {
tag = version;
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-P/tm4roaVVnEq/bUsyk3S2ts7UWBWbDuZ1RqNKGxUS0=";
hash = "sha256-h7JuQTTUZ5tWoAhixjp+grDVA3JQ8PbHcMBzIyCMOJU=";
};
outputs = [