Unverified Commit ee084c02 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #140378 from r-ryantm/auto-update/ocrmypdf

ocrmypdf: 12.5.0 -> 12.6.0
parents f66adcb7 a573c35b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

buildPythonPackage rec {
  pname = "ocrmypdf";
  version = "12.5.0";
  version = "12.6.0";

  src = fetchFromGitHub {
    owner = "jbarlow83";
    repo = "OCRmyPDF";
    rev = "v${version}";
    sha256 = "sha256-g80WedX+TGHE9EJ/RSgOc53PM17V3WZslUNaHoqKTo0=";
    sha256 = "sha256-gFlQztrRN69HtR6sTJl8tryuTibxQrz97QcS5UkFOVs=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;