guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: foot: Update to 1.9.2.


From: guix-commits
Subject: 01/06: gnu: foot: Update to 1.9.2.
Date: Tue, 2 Nov 2021 19:42:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a40bb0afe0c651aa2008b9cead3b060da951121b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 18:37:17 2021 +0100

    gnu: foot: Update to 1.9.2.
    
    * gnu/packages/terminals.scm (foot): Update to 1.9.2.
---
 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 9fee37a..8d751f6 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -739,7 +739,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.6.3")
+    (version "1.9.2")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source (origin
               (method git-fetch)
@@ -747,7 +747,7 @@ eye-candy, customizable, and reasonably lightweight.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
+                "15h01ijx87i60bdgjjap1ymwlxggsxc6iziykh3bahj8432s1836"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55



reply via email to

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