Unverified Commit 96be698f authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.ocrmypdf: 16.4.3 -> 16.5.0 (#339234)

parents 7b2801e3 837414b5
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  deprecation,
  fetchFromGitHub,
  ghostscript,
  hatch-vcs,
  hatchling,
  hypothesis,
  img2pdf,
  jbig2enc,
@@ -19,7 +21,6 @@
  pythonOlder,
  rich,
  reportlab,
  setuptools-scm,
  substituteAll,
  tesseract,
  unpaper,
@@ -28,7 +29,7 @@

buildPythonPackage rec {
  pname = "ocrmypdf";
  version = "16.4.3";
  version = "16.5.0";

  disabled = pythonOlder "3.10";

@@ -44,7 +45,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm "$out/.git_archival.txt"
    '';
    hash = "sha256-SHinfAWUqrPnHdDDXa1meVfxsyct17b1ak5U91GEc1w=";
    hash = "sha256-jqe4BRW0U7gqcf+FtDWjDDvRStAqaEPTuU+B+BrFR5Y=";
  };

  patches = [
@@ -59,7 +60,10 @@ buildPythonPackage rec {
    })
  ];

  build-system = [ setuptools-scm ];
  build-system = [
    hatch-vcs
    hatchling
  ];

  nativeBuildInputs = [ installShellFiles ];