ocrmypdf: 11.6.0 -> 11.7.3

This commit is contained in:
Daniel Nagy 2021-04-14 22:33:19 +02:00
parent 4973dc73f6
commit 32160034bf
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -30,14 +30,14 @@ let
in
buildPythonApplication rec {
pname = "ocrmypdf";
version = "11.6.0";
version = "11.7.3";
disabled = ! python3Packages.isPy3k;
src = fetchFromGitHub {
owner = "jbarlow83";
repo = "OCRmyPDF";
rev = "v${version}";
sha256 = "0inmmpam0vcm5n4sm6lh9p5swk44clknvm1cdwk9cax01mdqljza";
sha256 = "0gs2w9kl5wwrs0hx2sivq3pdvpf3lkaifblwfbz5g31yl770blji";
};
nativeBuildInputs = with python3Packages; [
@ -85,5 +85,6 @@ buildPythonApplication rec {
license = with licenses; [ mpl20 mit ];
platforms = platforms.linux;
maintainers = [ maintainers.kiwi ];
changelog = "https://github.com/jbarlow83/OCRmyPDF/blob/v${version}/docs/release_notes.rst";
};
}