guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 33d46b43eec6303966cc1030227d8d9fee7dbe49
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat Mar 14 17:14:13 2026 +0100

    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 <[email protected]>
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index d085567a54..56aa0f6ddd 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

Reply via email to