guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: foot: Update to 1.12.1.


From: guix-commits
Subject: 10/10: gnu: foot: Update to 1.12.1.
Date: Fri, 10 Jun 2022 09:36:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 583a587ea3e573c8298fd25aef179242b7d01870
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri Jun 10 14:50:36 2022 +0200

    gnu: foot: Update to 1.12.1.
    
    * gnu/packages/terminals.scm (foot): Update to 1.12.1.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 4ad21fd05a..4dfc51b283 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -835,7 +835,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.11.0")
+    (version "1.12.1")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source (origin
               (method git-fetch)
@@ -843,7 +843,7 @@ eye-candy, customizable, and reasonably lightweight.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn"))))
+                "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk"))))
     (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]