1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocrmypdf: 9.4.0 -> 9.5.0

This commit is contained in:
Will Dietz 2020-01-21 18:17:30 -06:00
parent 6b1937818e
commit 61381b2f88
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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