ocrmypdf: 9.5.0 -> 9.6.0
This commit is contained in:
parent
e893358693
commit
2ce41a54ac
1 changed files with 2 additions and 2 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue