diff options
author | Nicolas Goaziou <[email protected]> | 2024-03-17 16:37:41 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-03-17 16:37:41 +0100 |
commit | bc07e0c4bfb6aa451fa5843dfee17a99154d4026 (patch) | |
tree | 53a1fffb16b8a06d0873a11bcf8552a0c14a61ff | |
parent | 0bc817b5b7312f5557ac37f5812a90e3328bfe3b (diff) |
gnu: gimagereader: Update to 3.4.2.
* gnu/packages/ocr.scm (gimagereader): Update to 3.4.2.
Change-Id: I76b13ec4bf7f70238577fa7e478072283efaaa6e
-rw-r--r-- | gnu/packages/ocr.scm | 6 |
1 files 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 |