GNU bug report logs - #53992
[PATCH 1/2] gnu: fcft: Update to 3.0.1

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53992 in the body.
You can then email your comments to 53992 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53992; Package guix-patches. (Mon, 14 Feb 2022 12:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felipe Balbi <balbi <at> kernel.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Feb 2022 12:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felipe Balbi <balbi <at> kernel.org>
To: guix-patches <at> gnu.org
Cc: Felipe Balbi <felipe <at> balbi.sh>
Subject: [PATCH 1/2] gnu: fcft: Update to 3.0.1
Date: Mon, 14 Feb 2022 14:04:23 +0200
From: Felipe Balbi <felipe <at> balbi.sh>

* gnu/packages/fontutils.scm (fcft): Update to 3.0.1.
---
 gnu/packages/fontutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index cd06c345e71a..fd920b70efae 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian <at> mgsn.dev>
+;;; Copyright © 2022 Felipe Balbi <balbi <at> kernel.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -835,7 +836,7 @@ (define-public nototools
 (define-public fcft
   (package
     (name "fcft")
-    (version "2.5.1")
+    (version "3.0.1")
     (home-page "https://codeberg.org/dnkl/fcft")
     (source (origin
               (method git-fetch)
@@ -843,7 +844,7 @@ (define-public fcft
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dn0ic2ddi5qz6nqscsn7nlih67ad8vpclppbqwas6xavdfq6va2"))))
+                "0jxy92ny8b7s7yvz1mr8zpf7l2zsn506fi9f98pvh9k25jprg0cx"))))
     (build-system meson-build-system)
     (native-inputs
      (list check pkg-config scdoc))
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#53992; Package guix-patches. (Mon, 14 Feb 2022 12:09:01 GMT) Full text and rfc822 format available.

Message #8 received at 53992 <at> debbugs.gnu.org (full text, mbox):

From: Felipe Balbi <balbi <at> kernel.org>
To: 53992 <at> debbugs.gnu.org
Cc: Felipe Balbi <felipe <at> balbi.sh>
Subject: [PATCH 2/2] gnu: foot: Update to 1.11.0
Date: Mon, 14 Feb 2022 14:07:56 +0200
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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 15 Feb 2022 14:05:01 GMT) Full text and rfc822 format available.

Notification sent to Felipe Balbi <balbi <at> kernel.org>:
bug acknowledged by developer. (Tue, 15 Feb 2022 14:05:01 GMT) Full text and rfc822 format available.

Message #13 received at 53992-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Felipe Balbi <balbi <at> kernel.org>
Cc: 53992-done <at> debbugs.gnu.org, Felipe Balbi <felipe <at> balbi.sh>
Subject: Re: [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1
Date: Tue, 15 Feb 2022 15:04:11 +0100
Hello,

Felipe Balbi <balbi <at> kernel.org> writes:

> * gnu/packages/fontutils.scm (fcft): Update to 3.0.1.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 16 Mar 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.