gnu: foot: Update to 1.11.0

* gnu/packages/terminals.scm (foot): Update to 1.11.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Felipe Balbi 2022-02-14 14:07:56 +02:00 committed by Nicolas Goaziou
parent b5bbbca6b9
commit 7113866d45
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30,6 +30,7 @@
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw> ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -836,7 +837,7 @@ (define-public cool-retro-term
(define-public foot (define-public foot
(package (package
(name "foot") (name "foot")
(version "1.10.3") (version "1.11.0")
(home-page "https://codeberg.org/dnkl/foot") (home-page "https://codeberg.org/dnkl/foot")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -844,7 +845,7 @@ (define-public foot
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13v6xqaw3xn1x84dn4gnkiimcsllb19mrbvcdj2fnm8klnrys3gs")))) "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(;; Using a "release" build is recommended both for performance, and `(;; Using a "release" build is recommended both for performance, and