1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 17:51:36 +02:00

gnu: tesseract-ocr: Update to 5.3.0.

* gnu/packages/ocr.scm (tesseract-ocr): Update to 5.3.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5
2023-02-26 23:46:14 -05:00
committed by Christopher Baines
parent 17a5d2019a
commit 3a3231322a
+2 -2
View File
@@ -103,7 +103,7 @@ models for the Tesseract OCR Engine.")
(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 @@ models for the Tesseract OCR Engine.")
(file-name (git-file-name name version))
(sha256
(base32
"0dai539h07lqj8lyhznd3wbwdpqr78qrsczq78rsmsryqvmdbyaa"))))
"0vylcba8w5ljnr6pf3ilc2wjq72k660h71b7mlbjz3a2f0x5kr33"))))
(build-system gnu-build-system)
(arguments
(list