Merge pull request #132720 from Artturin/backport-132459-to-release-21.05

[Backport release-21.05] ocrmypdf: 11.7.3 -> 12.3.0
This commit is contained in:
Artturi 2021-08-05 23:54:07 +03:00 committed by GitHub
commit 0ecae3799f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,14 +30,13 @@ let
in
buildPythonApplication rec {
pname = "ocrmypdf";
version = "11.7.3";
disabled = ! python3Packages.isPy3k;
version = "12.3.0";
src = fetchFromGitHub {
owner = "jbarlow83";
repo = "OCRmyPDF";
rev = "v${version}";
sha256 = "0gs2w9kl5wwrs0hx2sivq3pdvpf3lkaifblwfbz5g31yl770blji";
sha256 = "122yv3p0v4fbx30zgppcznwnm7svg97gv0sa103xb6zcld68ggn2";
};
nativeBuildInputs = with python3Packages; [