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 GitHub
parent 583bdbfb49
commit 13183513a0
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; [