guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: foot: Update to 1.10.3.


From: guix-commits
Subject: 04/04: gnu: foot: Update to 1.10.3.
Date: Tue, 14 Dec 2021 04:52:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 43946490fb109be115efe460a7ec0a3d897b93b4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 14 10:48:08 2021 +0100

    gnu: foot: Update to 1.10.3.
    
    * gnu/packages/terminals.scm (foot): Update to 1.10.3.
---
 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 953e996..16b3338 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -824,7 +824,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.9.2")
+    (version "1.10.3")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source (origin
               (method git-fetch)
@@ -832,7 +832,7 @@ eye-candy, customizable, and reasonably lightweight.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15h01ijx87i60bdgjjap1ymwlxggsxc6iziykh3bahj8432s1836"))))
+                "13v6xqaw3xn1x84dn4gnkiimcsllb19mrbvcdj2fnm8klnrys3gs"))))
     (build-system meson-build-system)
     (arguments
      `(;; Using a "release" build is recommended both for performance, and



reply via email to

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