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 767460537e gnu: foot: Update to 1.23.1.
767460537e is described below

commit 767460537ecde6569141a80ed14694d33a7e2436
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Jul 24 13:49:30 2025 +0200

    gnu: foot: Update to 1.23.1.
    
    * gnu/packages/terminals.scm (foot): Update to 1.23.1.
    
    Change-Id: I6d3291d7ca2c2139d70b58bc6b2b8351cc4280e9
    Signed-off-by: jgart <[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 39919feb7d..aa8aee0df2 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -860,7 +860,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.23.0")
+    (version "1.23.1")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source
      (origin
@@ -870,7 +870,7 @@ eye-candy, customizable, and reasonably lightweight.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qjsqydfhajr7q89rljlaygf24jaypc8vd0s9ma0za7shq80mc87"))))
+        (base32 "1rs0i8i6li38sdf1nqp4jkq6a7i7zwn14hibrxpry0hjnbiypwcc"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to