Unverified Commit dd1a2269 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pypdf: 6.10.0 -> 6.10.2 (#512060)

parents 7d61a59b 2d72672d
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 = [