gnu: chafa: Update to 1.16.2.

* gnu/packages/image-viewers.scm (chaga): Update to 1.16.2.
[native-inputs]: Add which, required for tests.

Change-Id: Ie966a1acd18eec5d129e12a94274aef687f3bee8
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Mathieu 2025-07-22 23:08:46 +02:00 committed by Andreas Enge
parent b78aea2f9b
commit 6487bfc206
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -30,6 +30,7 @@
;;; Copyright © 2023 Florian Pelz <pelzflorian@pelzflorian.de> ;;; Copyright © 2023 Florian Pelz <pelzflorian@pelzflorian.de>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2025 Mathieu Laparie <mlaparie@disr.it>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -851,17 +852,17 @@ preloading.")
(define-public chafa (define-public chafa
(package (package
(name "chafa") (name "chafa")
(version "1.14.0") (version "1.16.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-" (uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1170g2qkcj2amsfl7sn81r42lwb2hy4z15xxhy0lrkayig15a3k7")))) "1pv1g2gcn4qn27bkwm1g1k87nb1yq0gzw7jclhq53d49kbfrhy35"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config which))
(inputs (inputs
(list freetype libjpeg-turbo glib imagemagick)) (list freetype libjpeg-turbo glib imagemagick))
(synopsis "Convert images to ANSI/Unicode characters") (synopsis "Convert images to ANSI/Unicode characters")