Commit 3fc5aecc authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files
parent 177c2e4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

buildPythonPackage rec {
  pname = "ocrmypdf";
  version = "14.0.2";
  version = "14.0.3";

  disabled = pythonOlder "3.8";

@@ -45,7 +45,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-s2G+ZNMEF3ZB1+ibPiYPuqdypoYFdFPpASeqFReR8/g=";
    hash = "sha256-LAYy1UpGHd3kTH1TIrp9gfrFwXzsXcME6AISf07rUYA=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;