guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: foot: Update to 1.15.1.


From: guix-commits
Subject: branch master updated: gnu: foot: Update to 1.15.1.
Date: Fri, 21 Jul 2023 22:09:16 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 03ae5bb866 gnu: foot: Update to 1.15.1.
03ae5bb866 is described below

commit 03ae5bb866151de7c19561a7da6f477156e4b305
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200

    gnu: foot: Update to 1.15.1.
    
    * gnu/packages/terminals.scm (foot): Update to 1.15.1.
---
 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 21649f78af..9b705c874f 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -842,7 +842,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public foot
   (package
     (name "foot")
-    (version "1.14.0")
+    (version "1.15.1")
     (home-page "https://codeberg.org/dnkl/foot";)
     (source (origin
               (method git-fetch)
@@ -850,7 +850,7 @@ eye-candy, customizable, and reasonably lightweight.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk"))))
+                "1h2gbnfikqpgr9ylwl5wpyzgcgzfxnbi83j33rxx2ppy54yjcb30"))))
     (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]