Commit 2d72672d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pypdf: 6.10.0 -> 6.10.2

parent eaf1a8c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [