ocrmypdf: 9.6.1 -> 9.8.0

This commit is contained in:
R. RyanTM 2020-05-06 05:05:47 +00:00 committed by Jon
parent 8fb5360fa5
commit 2979b2ac27

View file

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