[PATCH] gnu: gimagereader: Update to 3.4.1.

  • 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)
20230227052024.110560-1-kiasoc5@disroot.org
* 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(-)

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

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQQT6hfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf2oBAAg6hn6mPAIHbxpdUmxbZvvtVPxBnIn69o
xsfuP7cx/CxZYFFV01BeUqzFQP/bbDZj1rZuLHKZAevUO5w2ao3arwqD+ZRrL4qS
0TtD0f7mfANvV6zNouJxvHGoISNmXT3nm+ZjZ3TlmW4M9PNtSNdi6BS24hZ9V6iu
hQ1hbAzX5/ue4rT2HVvEaiU8aOVB6ZAONSrSiUVqIvDudgnRhgNfIYiXVXuOl+fN
aCVyzCj9Dq3cbm1lno4NqD30fPx3eHq8cMmKhwyIWja9gtDFpCSpv8wKerg0jc9N
l58Inh2JEjpoLMViB7QDJyUJVOHsDtMNAWLM62AhH6/wUK6jlm89T/nZx1b3QD2M
fOuCQfdSRJ0CYiiE2L5Ih7DumKCMfZjhLiUQinLrEC2ZuKo7vYWCMJfFGZoIoOFM
QEMxFIjdkgbIcR3hWp9vMyNF0IKuYI87u9o4wve6KV6P2vgzTZlQNKAGk9Q8yHGD
zcnYINuBBMnqcoYkWBnd0yDqyGGnmmCpuWaP8Fye3jk3Y7ggXOiPEovuBVotE6Ti
7g7HWBajhQfTXwLZFwu2Bkj+F+85vasdVf84VTGWO+1sioGcVnyYtXgzXjhHgga4
MukUXYFP7UVrEa9f1/6mXGeuBNkjt2mz6BuQeP12dzbV5zR52B57R7rOpsnBF5NV
/SoU3AUSQmA=
=8i9x
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 61835
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