gnu: foot: Update to 1.17.2.
* gnu/packages/terminals.scm (foot): Update to 1.17.2. Change-Id: Ic45acd0d0fd3e4314669a765f4d97cfcd26a73d0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
53623ce862
commit
2b32614d85
|
@ -847,7 +847,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(define-public foot
|
(define-public foot
|
||||||
(package
|
(package
|
||||||
(name "foot")
|
(name "foot")
|
||||||
(version "1.16.2")
|
(version "1.17.2")
|
||||||
(home-page "https://codeberg.org/dnkl/foot")
|
(home-page "https://codeberg.org/dnkl/foot")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -857,7 +857,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00wac8li1ac8ncmnlqvz3xnr5pi8gj4v3v341n0h2zzaayv9ngw5"))))
|
(base32 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue