Unverified Commit 00e71387 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #259911 from dotlambda/ocrmypdf-15.1.0

python310Packages.ocrmypdf: 15.0.2 -> 15.1.0
parents 102f8a37 80a67508
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;