[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: foot: Update to 1.15.2.
From: |
guix-commits |
Subject: |
12/14: gnu: foot: Update to 1.15.2. |
Date: |
Tue, 1 Aug 2023 16:46:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9f8fbe9a409cd4c39bd100472c3789ece8fc1a7c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: foot: Update to 1.15.2.
* gnu/packages/terminals.scm (foot): Update to 1.15.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 e96bc7a7ce..081ef19af1 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -823,7 +823,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot
(package
(name "foot")
- (version "1.15.1")
+ (version "1.15.2")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@@ -831,7 +831,7 @@ eye-candy, customizable, and reasonably lightweight.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h2gbnfikqpgr9ylwl5wpyzgcgzfxnbi83j33rxx2ppy54yjcb30"))))
+ "1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4"))))
(build-system meson-build-system)
(arguments
`(;; Using a "release" build is recommended both for performance, and
- 04/14: gnu: jc: Update to 1.23.4., (continued)
- 04/14: gnu: jc: Update to 1.23.4., guix-commits, 2023/08/01
- 05/14: gnu: openttd-engine: Update to 13.4., guix-commits, 2023/08/01
- 07/14: gnu: pv: Update to 1.7.24., guix-commits, 2023/08/01
- 06/14: gnu: openttd-opensfx: Update to 1.0.3., guix-commits, 2023/08/01
- 11/14: gnu: glirc: Extend description., guix-commits, 2023/08/01
- 09/14: gnu: Remove duplicate module import from (gnu packages irc)., guix-commits, 2023/08/01
- 01/14: gnu: mash: Update package style., guix-commits, 2023/08/01
- 10/14: gnu: glirc: Install man page and README.md., guix-commits, 2023/08/01
- 13/14: gnu: pipe-viewer: Update to 0.4.8., guix-commits, 2023/08/01
- 14/14: gnu: lagrange: Update to 1.16.6., guix-commits, 2023/08/01
- 12/14: gnu: foot: Update to 1.15.2.,
guix-commits <=