diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-03-14 17:14:13 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-15 14:49:06 +0200 |
| commit | 33d46b43eec6303966cc1030227d8d9fee7dbe49 (patch) | |
| tree | 948277e7be39b2eff22fecac15b5522c5dde7049 /gnu/packages | |
| parent | 116641242024a12bb7b2f275016b296dfff273ac (diff) | |
gnu: foot: Update to 1.26.1.
* gnu/packages/terminals.scm (foot): Update to 1.26.1.
Change-Id: I389d1056113ce68c0bc6a3675f78f22ea3911ee7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
| -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 d085567a541..56aa0f6ddd4 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -880,7 +880,7 @@ eye-candy, customizable, and reasonably lightweight.") (define-public foot (package (name "foot") - (version "1.26.0") + (version "1.26.1") (home-page "https://codeberg.org/dnkl/foot") (source (origin @@ -890,7 +890,7 @@ eye-candy, customizable, and reasonably lightweight.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "04pbw6v05n8s32mjgjxxzzixzxhcx850fnah14wjhjsx0nnqsway")))) + (base32 "0rh99jhdf51v5ynirin08lmz9rbfrlbbjwmm1c3b577xpk2ybprp")))) (build-system meson-build-system) (arguments (list |
