nckx pushed a commit to branch master
in repository guix.
commit f5b8733824e4e4ad061398ca0f9a49161ac738c4
Author: Tobias Geerinckx-Rice <[email protected]>
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 <[email protected]>
;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <[email protected]>
;;; Copyright © 2016, 2017 José Miguel Sánchez García <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017 Kei Kebreau <[email protected]>
;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 Petter <[email protected]>
@@ -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