Commit 80a67508 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 43a87a1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "ocrmypdf";
  version = "15.0.2";
  version = "15.1.0";

  disabled = pythonOlder "3.9";

@@ -47,7 +47,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-DpsNH3djB35WlqDPauCy7Re8pbZLnUE/pPAix4WHPKM=";
    hash = "sha256-RyF4GZjYPIerlPP8RDsYg+wjAChlzAqqqEPHPr/gQLU=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;