Merge pull request #89710 from Kiwi/ocrmypdf-9.8.2

This commit is contained in:
Jörg Thalheim 2020-06-08 11:07:53 +01:00 committed by GitHub
commit d07a4906e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@
, unpaper
, substituteAll
}:
let
inherit (python3Packages) buildPythonApplication;
@ -27,16 +26,17 @@ let
pillow
];
in buildPythonApplication rec {
in
buildPythonApplication rec {
pname = "ocrmypdf";
version = "9.8.0";
version = "9.8.2";
disabled = ! python3Packages.isPy3k;
src = fetchFromGitHub {
owner = "jbarlow83";
repo = "OCRmyPDF";
rev = "v${version}";
sha256 = "1l4bwnbd3g0wmdx8yv8hi5wm2z2q67y9mwrvrc4xxmkdrb5y8jcd";
sha256 = "0zff9gsbfaf72p8zbjamn6513czpr7papyh1jy0fz1z2a9h7ya0g";
};
nativeBuildInputs = with python3Packages; [