[PATCH]: chafa: Update to 1.8.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Guy-Fleury Iteriteka
  • Ludovic Courtès
Owner
unassigned
Submitted by
Guy-Fleury Iteriteka
Severity
normal

Debbugs page

Guy-Fleury Iteriteka wrote 3 years ago
(address . guix-patches@gnu.org)
87a6g6x1mk.fsf@disroot.org
From 30edfaa7c92d9e469785c0684cfd15adb7328e3d Mon Sep 17 00:00:00 2001
From: Guy-Fleury Iteriteka <gfleury@disroot.org>
Date: Sat, 8 Jan 2022 06:53:09 +0200
Subject: [PATCH] gnu: chafa: Update to 1.8.0.

* gnu/packages/image-viewers.scm(chafa): Update to 1.8.0.
---
gnu/packages/image-viewers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 5d0313d..b61a793 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright © 2019, 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
+;;; Copyright © 2019, 2020, 2022 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2020 Peng Mei Yu <pengmeiyu@riseup.net>
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
@@ -781,14 +781,14 @@ (define-public qview
(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))
--
2.34.0
Ludovic Courtès wrote 3 years ago
(name . Guy-Fleury Iteriteka)(address . gfleury@disroot.org)(address . 53124-done@debbugs.gnu.org)
875yqn70xl.fsf@gnu.org
Hi,

Guy-Fleury Iteriteka <gfleury@disroot.org> skribis:

Toggle quote (7 lines)
>>From 30edfaa7c92d9e469785c0684cfd15adb7328e3d Mon Sep 17 00:00:00 2001
> From: Guy-Fleury Iteriteka <gfleury@disroot.org>
> Date: Sat, 8 Jan 2022 06:53:09 +0200
> Subject: [PATCH] gnu: chafa: Update to 1.8.0.
>
> * gnu/packages/image-viewers.scm(chafa): Update to 1.8.0.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53124@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53124
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help