This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0692c6ee6 gnu: foot: Update to 1.24.0.
b0692c6ee6 is described below

commit b0692c6ee61ed1482abfb336c7a568933a6792f4
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Fri Sep 12 20:46:21 2025 +0000

    gnu: foot: Update to 1.24.0.
    
    * gnu/packages/terminals.scm (foot): Update to 1.24.0.
    
    Closes: #2664
    Change-Id: Ida185b89cb26db633fa336e8b7ca705a46822a06
    Signed-off-by: 宋文武 <[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 9b2416a949..f053e95b29 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -854,7 +854,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.23.1")
+    (version "1.24.0")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source
      (origin
@@ -864,7 +864,7 @@ eye-candy, customizable, and reasonably lightweight.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rs0i8i6li38sdf1nqp4jkq6a7i7zwn14hibrxpry0hjnbiypwcc"))))
+        (base32 "1fgwdx122s5x44lvg7l4v5mkfq6llzvx9kpqm0kiqa1bdykpdv5r"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to