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

ocrmypdf: 9.5.0 -> 9.6.0
This commit is contained in:
Ryan Mulligan 2020-02-20 12:34:27 -08:00 committed by GitHub
commit 6d39b43e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,14 +29,14 @@ let
in buildPythonApplication rec {
pname = "ocrmypdf";
version = "9.5.0";
version = "9.6.0";
disabled = ! python3Packages.isPy3k;
src = fetchFromGitHub {
owner = "jbarlow83";
repo = "OCRmyPDF";
rev = "v${version}";
sha256 = "0rvwxykyscpcvfgm8zzyvjgzl9x9ddi9cxmqyxrc031mxpc0lzyy";
sha256 = "1cpj8fj1mzp6mbd1z9dj38fmlcg5q2gbya4vbag1ddd4vp7rvn2m";
};
nativeBuildInputs = with python3Packages; [