me
/
guix
Archived
1
0
Fork 0

gnu: foot: Update to 1.18.0.

* gnu/packages/terminals.scm (foot): Update to 1.18.0.

Change-Id: Ib3379911537e773d23240ecb317eb61e507dd6de
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Ashish SHUKLA 2024-08-02 17:31:36 +02:00 committed by Zheng Junjie
parent a85ffc09a0
commit e4354a01ee
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com> ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2024 Suhail <suhail@bayesians.ca> ;;; Copyright © 2024 Suhail <suhail@bayesians.ca>
;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -848,7 +849,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot (define-public foot
(package (package
(name "foot") (name "foot")
(version "1.17.2") (version "1.18.0")
(home-page "https://codeberg.org/dnkl/foot") (home-page "https://codeberg.org/dnkl/foot")
(source (source
(origin (origin
@ -858,7 +859,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 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7")))) (base32 "1znfk64kimm0vr3alvj66i1yn5glig3bw60n2lv9cn4jzi1b7qhb"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list