diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-05-01 11:57:41 +0200 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-05-04 17:58:56 +0800 |
| commit | 81fab24fb737b95ffd0603dfe43461e3f6ee1971 (patch) | |
| tree | 18ac31a0a7154687da8086b3ce887805517bc9b6 /gnu | |
| parent | c68877a8b2c507429db3a23999f86c6eb0649f9b (diff) | |
gnu: foot: Update to 1.22.3
* gnu/packages/terminals.scm (foot): Update to 1.22.3.
Change-Id: I2517e511feb88b6d9d313ad9b4d1764ca5c85e2e
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/terminals.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 682af3dcf8e..0cf8ffdd123 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -852,7 +852,7 @@ eye-candy, customizable, and reasonably lightweight.") (define-public foot (package (name "foot") - (version "1.21.0") + (version "1.22.3") (home-page "https://codeberg.org/dnkl/foot") (source (origin @@ -862,7 +862,7 @@ eye-candy, customizable, and reasonably lightweight.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "19hkw4g2l00wasmk5dn34rf3bhqh6zbwwhvz98bdcv90p761jws4")))) + (base32 "1l5liw4dgv7hxdimyk5qycmkfjgimdrx51rjvdizpcfmdlkvg518")))) (build-system meson-build-system) (arguments (list @@ -886,7 +886,7 @@ eye-candy, customizable, and reasonably lightweight.") (list (search-path-specification (variable "TERMINFO_DIRS") (files '("share/terminfo"))))) - (inputs (list fcft libxkbcommon wayland wayland-protocols-next)) + (inputs (list fcft libxkbcommon-1.8 wayland wayland-protocols-next)) (synopsis "Wayland-native terminal emulator") (description "@command{foot} is a terminal emulator for systems using the Wayland |
