ocrmypdf: 11.7.3 -> 12.3.0 (#130175)

This commit is contained in:
Antoine Martin 2021-07-22 16:40:20 +02:00 committed by Artturin
parent 465daf79b4
commit 7959da7f6e
1 changed files with 2 additions and 3 deletions

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; [