Commit fc9ebeae authored by Robert Schütz's avatar Robert Schütz
Browse files
parent a8c3ee36
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.4";
  version = "14.1.0";

  disabled = pythonOlder "3.8";

@@ -45,7 +45,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-SLWpMkXq5DlmVgDfRAHtYfEUAVpVKgtnJKO2ffyH5cU=";
    hash = "sha256-Jyx9FPXNjcA04s+l2wY/LVX83RqExt78/EAHsL1VNMU=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;