[PATCH] gnu: tesseract-ocr: Update to 5.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Christopher Baines
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230227044614.102482-1-kiasoc5@disroot.org
* gnu/packages/ocr.scm (tesseract-ocr): Update to 5.3.0.
---
gnu/packages/ocr.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
878rfzzk8p.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQQT8ZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeYJA//VGOWuPIAAOQYRPKeZFzZvWCzXdiCWUtO
w+YJwh2axtRT69xBdPuxcoP7BH2Aet4XUc7OCLqdtrgnmTwJckJoRpeDRM138A2L
HbsEwJ6cJJXNd2GLVF9YQHii4XzVgpZS/MLUuYHipCNfQf9bIU2IkAjtcR4T0Qq/
lX4SDuBeVoDortdzrPZXdVuyhAXAvHalGaSUSea2TioQzzBVNixX77Rt6epBxgW3
zxrD+Nd8nspUwubiyCHk7DdVfO7bmZG5aPib9K1Ndx4lo6VJIgfZd78nlyaTSlPk
lQWauJGO0YJV7p4VNvxmfQ4dZjAYDo74SmiTeYvo1FmLyPVmF51lXk88WFjfzTof
OxxFYss6nN0WVZHeEbCQjlsphL55jZ7npzm+fg/dFq6hzmjHOm2buJezf162IpuP
yc1nfXWS7mMAjEXBBMHdPVZBQz3Wl77a5nz+ndaMUNp4Yct3bRRmWo44cZFApcG5
NhPPrbxP9e/4FLmiY/33KYkLRQl3k953h2jWF17u9MtX9UlJz+0iGaZOw1kTw5kD
G1soOEjrt8fZ672gOrC8ke7rYuqn51TFNEkxp8vlLyMrTCm0MNSCw7/EX5J30Zie
oZUiQrrX4GIyINz9300zekb7qdW6bID5KgZBqr5N5uVnE+CaAIobwtMspgQlf5j0
y5iNro2uDNc=
=cl2p
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 61831@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61831
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help