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 bfd56b06cb gnu: chafa: Update to 1.18.0.
bfd56b06cb is described below
commit bfd56b06cbd06983b5b96eefcf7eb82460682e61
Author: moksh <[email protected]>
AuthorDate: Thu Dec 18 19:19:44 2025 +0530
gnu: chafa: Update to 1.18.0.
* gnu/packages/image-viewers.scm (chafa): Update to 1.18.0.
Change-Id: I744618bbcb563f8225bb3a633fd267371ae7d1dc
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/image-viewers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index f44e7a443a..a5ec57b72d 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -874,14 +874,14 @@ preloading.")
(define-public chafa
(package
(name "chafa")
- (version "1.16.2")
+ (version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz"))
(sha256
(base32
- "1pv1g2gcn4qn27bkwm1g1k87nb1yq0gzw7jclhq53d49kbfrhy35"))))
+ "1nyakydm8f4kshhdqg35ckfa62nxk54i41npva4jw15q3927ax6d"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config which))