guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: foot: Update to 1.17.2.


From: guix-commits
Subject: 03/04: gnu: foot: Update to 1.17.2.
Date: Mon, 22 Apr 2024 00:40:04 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 2b32614d856e7382f7d09abb3f9d3f44d984089b
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Sun Apr 21 23:44:21 2024 +0200

    gnu: foot: Update to 1.17.2.
    
    * gnu/packages/terminals.scm (foot): Update to 1.17.2.
    
    Change-Id: Ic45acd0d0fd3e4314669a765f4d97cfcd26a73d0
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 f0ae4d4d4d..d18a042785 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -847,7 +847,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.16.2")
+    (version "1.17.2")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source
      (origin
@@ -857,7 +857,7 @@ eye-candy, customizable, and reasonably lightweight.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00wac8li1ac8ncmnlqvz3xnr5pi8gj4v3v341n0h2zzaayv9ngw5"))))
+        (base32 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]