gnu: foot: Update to 1.15.3.

* gnu/packages/terminals.scm (foot): Update to 1.15.3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 655686a2bd
commit 2749c21588
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -833,7 +833,7 @@ (define-public cool-retro-term
(define-public foot
(package
(name "foot")
(version "1.15.2")
(version "1.15.3")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@ -841,7 +841,7 @@ (define-public foot
(file-name (git-file-name name version))
(sha256
(base32
"1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4"))))
"1a224i2i7qk170kf2rzyxqcv3lnx9f548lwa37jgjr7i339x4zwf"))))
(build-system meson-build-system)
(arguments
`(;; Using a "release" build is recommended both for performance, and