Merge pull request #221825 from mweinelt/pypdf-3.5.2

python310Packages.pypdf: 3.5.1 -> 3.5.2
This commit is contained in:
Martin Weinelt 2023-03-18 12:26:00 +00:00 committed by GitHub
commit e12c2c5c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pypdf";
version = "3.5.1";
version = "3.5.2";
format = "pyproject";
src = fetchFromGitHub {
@ -33,7 +33,7 @@ buildPythonPackage rec {
rev = "refs/tags/${version}";
# fetch sample files used in tests
fetchSubmodules = true;
hash = "sha256-2Ewa6mTLSNiUFIplfmZDRXmoiX1IQMwg4wq5dAU0O+4=";
hash = "sha256-f+M4sfUzDy8hxHUiWG9hyu0EYvnjNA46OtHzBSJdID0=";
};
outputs = [