about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 20:31:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 20:31:24 +0000
commit7ff81c846fc707c3801077b11a86fe0c9f97774a (patch)
treeb369673600cd4e4606b2de49121e87d55a351792
parent2a22bb7087c4ad488e9a4d5d3d9e6a321cdbda06 (diff)
tesseract5: 5.3.1 -> 5.3.2
-rw-r--r--pkgs/applications/graphics/tesseract/tesseract5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/tesseract/tesseract5.nix b/pkgs/applications/graphics/tesseract/tesseract5.nix
index d57ab29586a6b..614a9e844cc02 100644
--- a/pkgs/applications/graphics/tesseract/tesseract5.nix
+++ b/pkgs/applications/graphics/tesseract/tesseract5.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tesseract";
-  version = "5.3.1";
+  version = "5.3.2";
 
   src = fetchFromGitHub {
     owner = "tesseract-ocr";
     repo = "tesseract";
     rev = version;
-    sha256 = "sha256-Glpu6CURCL3kI8MAeXbF9OWCRjonQZvofWsv1wVWz08=";
+    sha256 = "sha256-49pTs9r9ebERC0S663+h/f70s693zDseKRziafCIaTo=";
   };
 
   enableParallelBuilding = true;