[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: foot: Update to 1.13.1.
From: |
guix-commits |
Subject: |
04/07: gnu: foot: Update to 1.13.1. |
Date: |
Sun, 4 Sep 2022 13:52:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit a5c24b3191f2ddc54cbac943f6181dac19d09a47
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Sep 3 04:19:43 2022 -0400
gnu: foot: Update to 1.13.1.
* gnu/packages/terminals.scm (foot): Update to 1.13.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 7f9764fa75..9ece3043e0 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -838,7 +838,7 @@ eye-candy, customizable, and reasonably lightweight.")
(define-public foot
(package
(name "foot")
- (version "1.12.1")
+ (version "1.13.1")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@@ -846,7 +846,7 @@ eye-candy, customizable, and reasonably lightweight.")
(file-name (git-file-name name version))
(sha256
(base32
- "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk"))))
+ "0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
(build-system meson-build-system)
(arguments
`(;; Using a "release" build is recommended both for performance, and
- branch master updated (96f3793b33 -> 75febb00a5), guix-commits, 2022/09/04
- 01/07: gnu: shotwell: Update to 0.30.16., guix-commits, 2022/09/04
- 03/07: gnu: xmobar: Update to 0.44.2., guix-commits, 2022/09/04
- 02/07: gnu: Add cl-portable-condition-system., guix-commits, 2022/09/04
- 06/07: gnu: erlang: Update to 25.0.4., guix-commits, 2022/09/04
- 07/07: gnu: f3d: Update to 1.3.0-pre-0.46df21f., guix-commits, 2022/09/04
- 05/07: gnu: elixir: Update to 1.14.0., guix-commits, 2022/09/04
- 04/07: gnu: foot: Update to 1.13.1.,
guix-commits <=