GNU bug report logs -
#53992
[PATCH 1/2] gnu: fcft: Update to 3.0.1
Previous Next
Reported by: Felipe Balbi <balbi <at> kernel.org>
Date: Mon, 14 Feb 2022 12:07:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 53992 <at> debbugs.gnu.org (full text, mbox):
From: Felipe Balbi <felipe <at> balbi.sh>
* gnu/packages/terminals.scm (foot): Update to 1.11.0.
---
gnu/packages/terminals.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 88923d50583d..06fa341472b2 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2021 Brice Waegeneire <brice <at> waegenei.re>
;;; Copyright © 2021 Solene Rapenne <solene <at> perso.pw>
;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
+;;; Copyright © 2022 Felipe Balbi <balbi <at> kernel.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -836,7 +837,7 @@ (define-public cool-retro-term
(define-public foot
(package
(name "foot")
- (version "1.10.3")
+ (version "1.11.0")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@@ -844,7 +845,7 @@ (define-public foot
(file-name (git-file-name name version))
(sha256
(base32
- "13v6xqaw3xn1x84dn4gnkiimcsllb19mrbvcdj2fnm8klnrys3gs"))))
+ "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn"))))
(build-system meson-build-system)
(arguments
`(;; Using a "release" build is recommended both for performance, and
--
2.34.0
This bug report was last modified 3 years and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.