Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

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