mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: r-tesseract: Update to 5.2.4.
* gnu/packages/cran.scm (r-tesseract): Update to 5.2.4. Change-Id: I4efddb10ea2da028f07120bbd910d50a1fbe166b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
f572aa40bc
commit
2675b676f3
@@ -56945,13 +56945,13 @@ matching or aggregation, retrieving coordinates, print, summary, etc.")
|
||||
(define-public r-tesseract
|
||||
(package
|
||||
(name "r-tesseract")
|
||||
(version "5.2.3")
|
||||
(version "5.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tesseract" version))
|
||||
(sha256
|
||||
(base32 "181fbv1qhqxljr67phkrxahbfgsxa73gzq30zq0wvi38gzbfbnv8"))))
|
||||
(base32 "1sv8gs5zvqgxhr0y2y584szdj581xw0vla7hqg6wq2143qakbdla"))))
|
||||
(properties `((upstream-name . "tesseract")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list tesseract-ocr
|
||||
|
||||
Reference in New Issue
Block a user