guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/18: gnu: foot: Update to 1.6.3.


From: guix-commits
Subject: 07/18: gnu: foot: Update to 1.6.3.
Date: Sun, 7 Feb 2021 17:29:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f5b8733824e4e4ad061398ca0f9a49161ac738c4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 22:38:16 2021 +0100

    gnu: foot: Update to 1.6.3.
    
    * gnu/packages/terminals.scm (foot): Update to 1.6.3.
---
 gnu/packages/terminals.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 32b33b1..a9897ec 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Petter <petter@mykolab.ch>
@@ -701,7 +701,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.6.2")
+    (version "1.6.3")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source (origin
               (method git-fetch)
@@ -709,7 +709,7 @@ eye-candy, customizable, and reasonably lightweight.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08i3jmjky5s2nnc0c95c009cym91rs4sj4876sr4xnlkb7ab4812"))))
+                "0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55



reply via email to

[Prev in Thread] Current Thread [Next in Thread]