unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61831] [PATCH] gnu: tesseract-ocr: Update to 5.3.0.
@ 2023-02-27  4:46 kiasoc5 via Guix-patches via
  2023-03-14 10:42 ` bug#61831: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-27  4:46 UTC (permalink / raw)
  To: 61831; +Cc: kiasoc5

* gnu/packages/ocr.scm (tesseract-ocr): Update to 5.3.0.
---
 gnu/packages/ocr.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocr.scm b/gnu/packages/ocr.scm
index c1cd4f061e..0f46c65706 100644
--- a/gnu/packages/ocr.scm
+++ b/gnu/packages/ocr.scm
@@ -103,7 +103,7 @@ (define-public tesseract-ocr-tessdata-fast
 (define-public tesseract-ocr
   (package
     (name "tesseract-ocr")
-    (version "5.2.0")
+    (version "5.3.0")
     (source
      (origin
        (method git-fetch)
@@ -113,7 +113,7 @@ (define-public tesseract-ocr
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0dai539h07lqj8lyhznd3wbwdpqr78qrsczq78rsmsryqvmdbyaa"))))
+         "0vylcba8w5ljnr6pf3ilc2wjq72k660h71b7mlbjz3a2f0x5kr33"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 6bae14f61479f04a40fee44b1d1d89a33d9e93c0
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61831: [PATCH] gnu: tesseract-ocr: Update to 5.3.0.
  2023-02-27  4:46 [bug#61831] [PATCH] gnu: tesseract-ocr: Update to 5.3.0 kiasoc5 via Guix-patches via
@ 2023-03-14 10:42 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-14 10:42 UTC (permalink / raw)
  To: kiasoc5; +Cc: guix-patches, 61831-done

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/ocr.scm (tesseract-ocr): Update to 5.3.0.
> ---
>  gnu/packages/ocr.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to master as 3a3231322aa3e29cfe477c244cefbaf8df059cc2.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-14 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27  4:46 [bug#61831] [PATCH] gnu: tesseract-ocr: Update to 5.3.0 kiasoc5 via Guix-patches via
2023-03-14 10:42 ` bug#61831: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).