mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Zheng Junjie
parent
c68877a8b2
commit
81fab24fb7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user