GNU bug report logs -
#61835
[PATCH] gnu: gimagereader: Update to 3.4.1.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Mon, 27 Feb 2023 05:21:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 14 Mar 2023 10:42:27 +0000
with message-id <87cz5bzk9j.fsf <at> cbaines.net>
and subject line Re: [bug#61835] [PATCH] gnu: gimagereader: Update to 3.4.1.
has caused the debbugs.gnu.org bug report #61835,
regarding [PATCH] gnu: gimagereader: Update to 3.4.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61835: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61835
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/ocr.scm (gimagereader): Update to 3.4.1.
[inputs]: Remove quazip-0; add quazip.
---
gnu/packages/ocr.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocr.scm b/gnu/packages/ocr.scm
index c1cd4f061e..671b5989a9 100644
--- a/gnu/packages/ocr.scm
+++ b/gnu/packages/ocr.scm
@@ -200,7 +200,7 @@ (define eng.traineddata
(define-public gimagereader
(package
(name "gimagereader")
- (version "3.4.0")
+ (version "3.4.1")
(source
(origin
(method url-fetch)
@@ -209,7 +209,7 @@ (define-public gimagereader
"/download/v" version "/"
"gimagereader-" version ".tar.xz"))
(sha256
- (base32 "09glxh7b4ivrd4samm67b8k2p0aljiagr83wb8nvy5ps2a9gwp5m"))))
+ (base32 "1972bvnk2bkgbh70vy2prcmdzf4wlna862p2vja9yjxi2c0scmwc"))))
(build-system cmake-build-system)
(arguments
(list
@@ -226,7 +226,7 @@ (define-public gimagereader
sane-backends
qtbase-5
qtspell
- quazip-0
+ quazip
tesseract-ocr))
(home-page "https://github.com/manisandro/gImageReader")
(synopsis "Qt front-end to tesseract-ocr")
base-commit: 6bae14f61479f04a40fee44b1d1d89a33d9e93c0
--
2.39.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/ocr.scm (gimagereader): Update to 3.4.1.
> [inputs]: Remove quazip-0; add quazip.
> ---
> gnu/packages/ocr.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks, pushed to master as 17a5d2019aa875934e6ba3f2966d9e6e86c43860.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.