ngz pushed a commit to branch master
in repository guix.

commit bc07e0c4bfb6aa451fa5843dfee17a99154d4026
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Mar 17 16:37:41 2024 +0100

    gnu: gimagereader: Update to 3.4.2.
    
    * gnu/packages/ocr.scm (gimagereader): Update to 3.4.2.
    
    Change-Id: I76b13ec4bf7f70238577fa7e478072283efaaa6e
---
 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 ef86c8185a..089bea7f01 100644
--- a/gnu/packages/ocr.scm
+++ b/gnu/packages/ocr.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Alex Vong <[email protected]>
 ;;; Copyright © 2021, 2024 Andy Tai <[email protected]>
-;;; Copyright © 2021, 2022 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2021, 2022, 2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2022, 2023 Maxim Cournoyer <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -210,7 +210,7 @@ default.  To add support for more languages, the
 (define-public gimagereader
   (package
     (name "gimagereader")
-    (version "3.4.1")
+    (version "3.4.2")
     (source
      (origin
        (method url-fetch)
@@ -219,7 +219,7 @@ default.  To add support for more languages, the
              "/download/v" version "/"
              "gimagereader-" version ".tar.xz"))
        (sha256
-        (base32 "1972bvnk2bkgbh70vy2prcmdzf4wlna862p2vja9yjxi2c0scmwc"))))
+        (base32 "0r52j5q2d0mvzw6qkds6vrapcqhdgyj2jvp7bh8w9zw6gpjsyk0q"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to