Unverified Commit e12c2c5c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #221825 from mweinelt/pypdf-3.5.2

python310Packages.pypdf: 3.5.1 -> 3.5.2
parents 3f96a3fb 1b99cfd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [