diff options
author | Benjamin <benjamin@uvy.fr> | 2023-05-08 12:57:57 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2023-05-08 22:28:13 +0200 |
commit | 5f024ef3afd09fb1b5e6b067a02347d79d3bed41 (patch) | |
tree | 13cd8573eb1ff6747271b842c05fb0992689c1c0 | |
parent | 2b99492f5d7800736484f22b723c8e7ce2df134a (diff) |
gnu: foot: Update to 1.14.0.
* gnu/packages/terminals.scm (foot): Update to 1.14.0.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 07c2176172..23224b608b 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -843,7 +843,7 @@ eye-candy, customizable, and reasonably lightweight.") (define-public foot (package (name "foot") - (version "1.13.1") + (version "1.14.0") (home-page "https://codeberg.org/dnkl/foot") (source (origin (method git-fetch) @@ -851,7 +851,7 @@ eye-candy, customizable, and reasonably lightweight.") (file-name (git-file-name name version)) (sha256 (base32 - "0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay")))) + "1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk")))) (build-system meson-build-system) (arguments `(;; Using a "release" build is recommended both for performance, and |