diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 9f8fbe9a409cd4c39bd100472c3789ece8fc1a7c (patch) | |
tree | 4f6f51853abfca1855526be8003c04f7980f0646 | |
parent | 844a98ed52ce60aa28bf23aa337218a4b54f83d5 (diff) | |
download | guix-9f8fbe9a409cd4c39bd100472c3789ece8fc1a7c.tar.gz guix-9f8fbe9a409cd4c39bd100472c3789ece8fc1a7c.zip |
gnu: foot: Update to 1.15.2.
* gnu/packages/terminals.scm (foot): Update to 1.15.2.
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index e96bc7a7ce..081ef19af1 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -823,7 +823,7 @@ eye-candy, customizable, and reasonably lightweight.") (define-public foot (package (name "foot") - (version "1.15.1") + (version "1.15.2") (home-page "https://codeberg.org/dnkl/foot") (source (origin (method git-fetch) @@ -831,7 +831,7 @@ eye-candy, customizable, and reasonably lightweight.") (file-name (git-file-name name version)) (sha256 (base32 - "1h2gbnfikqpgr9ylwl5wpyzgcgzfxnbi83j33rxx2ppy54yjcb30")))) + "1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4")))) (build-system meson-build-system) (arguments `(;; Using a "release" build is recommended both for performance, and |