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

buildPythonPackage rec {
  pname = "pikepdf";
  version = "7.1.1";
  version = "7.1.2";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-u6xfsWHod8U7nM5S40ZU1z4qxNMlWdq+7yhnAtBh8oE=";
    hash = "sha256-Lm05lqqZM1zucdIDgSnYsCcfo7wCDLcY02vv7CyHTGo=";
  };

  patches = [