summaryrefslogtreecommitdiff
path: root/gnu/packages/image-viewers.scm
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <[email protected]>2022-01-08 06:53:09 +0200
committerLudovic Courtès <[email protected]>2022-01-13 23:11:19 +0100
commit540a47a01f12093a4eb17e2aeded9841ca6ab068 (patch)
tree3307e726de65e1e4e5281cd93385c64fa17c939e /gnu/packages/image-viewers.scm
parent904a6567a89014bdad476f7aee0c5ad5e4898ea2 (diff)
gnu: chafa: Update to 1.8.0.
* gnu/packages/image-viewers.scm(chafa): Update to 1.8.0. Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/image-viewers.scm')
-rw-r--r--gnu/packages/image-viewers.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 5d0313d6ae..b61a79370d 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018, 2019 Ricardo Wurmus <[email protected]>
;;; Copyright © 2019 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2019, 2020 Guy Fleury Iteriteka <[email protected]>
+;;; Copyright © 2019, 2020, 2022 Guy Fleury Iteriteka <[email protected]>
;;; Copyright © 2019 Pierre Langlois <[email protected]>
;;; Copyright © 2020 Peng Mei Yu <[email protected]>
;;; Copyright © 2020 R Veera Kumar <[email protected]>
@@ -781,14 +781,14 @@ preloading.")
(define-public chafa
(package
(name "chafa")
- (version "1.4.1")
+ (version "1.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
version ".tar.xz"))
(sha256
(base32
- "18rb82bfqj1sj2g4irazx4lwq9q4b4k7my1r0q714vf9yhs41ls6"))))
+ "0sr86bnrqcf6wxigrgsglv4fc79g5djmki20ih4hg8kbhcnnbzr1"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))