Commit eee76d2b authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files
parent b2444828
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "pikepdf";
  version = "6.2.2";
  version = "6.2.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-194CaN7Ei3/ja55BWsUst4EN/B7/JUmJxtCmnN9Z/bI=";
    hash = "sha256-YSzwcrWhqyKjdydwodf57S+HIGaKE124umJPtJKiM5g=";
  };

  patches = [