all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61835] [PATCH] gnu: gimagereader: Update to 3.4.1.
@ 2023-02-27  5:20 kiasoc5 via Guix-patches via
  2023-03-14 10:42 ` bug#61835: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-27  5:20 UTC (permalink / raw)
  To: 61835; +Cc: kiasoc5

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61835: [PATCH] gnu: gimagereader: Update to 3.4.1.
  2023-02-27  5:20 [bug#61835] [PATCH] gnu: gimagereader: Update to 3.4.1 kiasoc5 via Guix-patches via
@ 2023-03-14 10:42 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-14 10:42 UTC (permalink / raw)
  To: kiasoc5; +Cc: 61835-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]


kiasoc5 via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-14 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27  5:20 [bug#61835] [PATCH] gnu: gimagereader: Update to 3.4.1 kiasoc5 via Guix-patches via
2023-03-14 10:42 ` bug#61835: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.