This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6487bfc206 gnu: chafa: Update to 1.16.2.
6487bfc206 is described below
commit 6487bfc2065147e56fd4d859e6e7b92d1a5bf0af
Author: Mathieu <[email protected]>
AuthorDate: Tue Jul 22 23:08:46 2025 +0200
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 <[email protected]>
---
gnu/packages/image-viewers.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index b3d5839f9a..7923bf7f46 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2023 Florian Pelz <[email protected]>
;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2025 Mathieu Laparie <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -851,17 +852,17 @@ preloading.")
(define-public chafa
(package
(name "chafa")
- (version "1.14.0")
+ (version "1.16.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz"))
(sha256
(base32
- "1170g2qkcj2amsfl7sn81r42lwb2hy4z15xxhy0lrkayig15a3k7"))))
+ "1pv1g2gcn4qn27bkwm1g1k87nb1yq0gzw7jclhq53d49kbfrhy35"))))
(build-system gnu-build-system)
(native-inputs
- (list pkg-config))
+ (list pkg-config which))
(inputs
(list freetype libjpeg-turbo glib imagemagick))
(synopsis "Convert images to ANSI/Unicode characters")