Archived
1
0
Fork 0

gnu: foot: Update to 1.15.2.

* gnu/packages/terminals.scm (foot): Update to 1.15.2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 844a98ed52
commit 9f8fbe9a40
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -823,7 +823,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot (define-public foot
(package (package
(name "foot") (name "foot")
(version "1.15.1") (version "1.15.2")
(home-page "https://codeberg.org/dnkl/foot") (home-page "https://codeberg.org/dnkl/foot")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -831,7 +831,7 @@ eye-candy, customizable, and reasonably lightweight.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1h2gbnfikqpgr9ylwl5wpyzgcgzfxnbi83j33rxx2ppy54yjcb30")))) "1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(;; Using a "release" build is recommended both for performance, and `(;; Using a "release" build is recommended both for performance, and