about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-20 15:04:21 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-20 15:04:21 +0000
commit2ce41a54ac8bfc98448d17a67047fa48573577dc (patch)
tree7d2d51de4e0cbf4e0cf7a0858c2c2bb799598d26
parente893358693b614dce21823fbc7321eee5fa7ecc3 (diff)
downloadnixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar.gz
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar.bz2
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar.lz
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar.xz
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.tar.zst
nixlib-2ce41a54ac8bfc98448d17a67047fa48573577dc.zip
ocrmypdf: 9.5.0 -> 9.6.0
-rw-r--r--pkgs/tools/text/ocrmypdf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ocrmypdf/default.nix b/pkgs/tools/text/ocrmypdf/default.nix
index cdc6878bb5a7..6f7b4d487ef1 100644
--- a/pkgs/tools/text/ocrmypdf/default.nix
+++ b/pkgs/tools/text/ocrmypdf/default.nix
@@ -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; [