gnu: foot: Update to 1.6.3.
* gnu/packages/terminals.scm (foot): Update to 1.6.3.
This commit is contained in:
parent
9a45b335cc
commit
f5b8733824
1 changed files with 3 additions and 3 deletions
|
@ -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 @@ (define-public cool-retro-term
|
|||
(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 @@ (define-public foot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"08i3jmjky5s2nnc0c95c009cym91rs4sj4876sr4xnlkb7ab4812"))))
|
||||
"0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
|
|
Loading…
Reference in a new issue