summaryrefslogtreecommitdiff
path: root/gnu/packages/terminals.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-02 18:37:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 00:39:49 +0100
commita40bb0afe0c651aa2008b9cead3b060da951121b (patch)
tree0236f63fdc78c38c22e49eacfe5c657a072faaee /gnu/packages/terminals.scm
parent1747bb482511dc70735fd5d657812a9d422b1ab2 (diff)
downloadguix-patches-a40bb0afe0c651aa2008b9cead3b060da951121b.tar
guix-patches-a40bb0afe0c651aa2008b9cead3b060da951121b.tar.gz
gnu: foot: Update to 1.9.2.
* gnu/packages/terminals.scm (foot): Update to 1.9.2.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r--gnu/packages/terminals.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 9fee37a04d..8d751f6cce 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -739,7 +739,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot
(package
(name "foot")
- (version "1.6.3")
+ (version "1.9.2")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@@ -747,7 +747,7 @@ eye-candy, customizable, and reasonably lightweight.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
+ "15h01ijx87i60bdgjjap1ymwlxggsxc6iziykh3bahj8432s1836"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55