z572 pushed a commit to branch master
in repository guix.

commit a568ea33cf963479d371df68c34b4565e0d4894d
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat Jan 18 21:09:08 2025 +0100

    gnu: foot: Update to 1.20.2.
    
    * gnu/packages/terminals.scm (foot): Update to 1.20.2.
    
    Change-Id: I56bef34f5d21901a4e2dca0dea515014b1df9ff0
    Signed-off-by: Zheng Junjie <[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 f40fbcbc5d..71f5ca3472 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -851,7 +851,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.20.1")
+    (version "1.20.2")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source
      (origin
@@ -861,7 +861,7 @@ eye-candy, customizable, and reasonably lightweight.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18xqvkfy35c5n03x4j4nqwy1g497wmswb3vq8cjl04cry3lw3nfj"))))
+        (base32 "0m6i361wg86zxah28lp9kdxawifrzgz2gbvs9b0ynwl7292nhw5n"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to