gnu: gimagereader: Update to 3.4.2.
* gnu/packages/ocr.scm (gimagereader): Update to 3.4.2. Change-Id: I76b13ec4bf7f70238577fa7e478072283efaaa6emaster
parent
0bc817b5b7
commit
bc07e0c4bf
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2019 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2021, 2024 Andy Tai <atai@atai.org>
|
;;; Copyright © 2021, 2024 Andy Tai <atai@atai.org>
|
||||||
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2021, 2022, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -210,7 +210,7 @@ default. To add support for more languages, the
|
||||||
(define-public gimagereader
|
(define-public gimagereader
|
||||||
(package
|
(package
|
||||||
(name "gimagereader")
|
(name "gimagereader")
|
||||||
(version "3.4.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -219,7 +219,7 @@ default. To add support for more languages, the
|
||||||
"/download/v" version "/"
|
"/download/v" version "/"
|
||||||
"gimagereader-" version ".tar.xz"))
|
"gimagereader-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1972bvnk2bkgbh70vy2prcmdzf4wlna862p2vja9yjxi2c0scmwc"))))
|
(base32 "0r52j5q2d0mvzw6qkds6vrapcqhdgyj2jvp7bh8w9zw6gpjsyk0q"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue