z572 pushed a commit to branch master
in repository guix.

commit e4354a01ee5b1f3ebd969b6aa8a6817c946943a6
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Fri Aug 2 17:31:36 2024 +0200

    gnu: foot: Update to 1.18.0.
    
    * gnu/packages/terminals.scm (foot): Update to 1.18.0.
    
    Change-Id: Ib3379911537e773d23240ecb317eb61e507dd6de
    Signed-off-by: Zheng Junjie <[email protected]>
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index c227ff53dc..1134c5700c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2023 Jaeme Sifat <[email protected]>
 ;;; Copyright © 2024 Suhail <[email protected]>
 ;;; Copyright © 2024 Clément Lassieur <[email protected]>
+;;; Copyright © 2024 Ashish SHUKLA <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -848,7 +849,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.17.2")
+    (version "1.18.0")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source
      (origin
@@ -858,7 +859,7 @@ eye-candy, customizable, and reasonably lightweight.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7"))))
+        (base32 "1znfk64kimm0vr3alvj66i1yn5glig3bw60n2lv9cn4jzi1b7qhb"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to