mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: foot: Update to 1.23.0.
* gnu/packages/terminals.scm (foot): Update to 1.23.0. Change-Id: I146c89c7fa52bd9f3f8f4269ce3db6d1377fe06d Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
f5851d1f99
commit
0a5815b861
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||
;;; Copyright © 2024 Suhail <suhail@bayesians.ca>
|
||||
;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
|
||||
;;; Copyright © 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2025 Roman Scherer <roman@burningswell.com>
|
||||
|
@ -852,7 +852,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
|||
(define-public foot
|
||||
(package
|
||||
(name "foot")
|
||||
(version "1.22.3")
|
||||
(version "1.23.0")
|
||||
(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 "1l5liw4dgv7hxdimyk5qycmkfjgimdrx51rjvdizpcfmdlkvg518"))))
|
||||
(base32 "0qjsqydfhajr7q89rljlaygf24jaypc8vd0s9ma0za7shq80mc87"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue