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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Feb 2022 15:04:11 +0100
with message-id <87zgmsp6p0.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1
has caused the debbugs.gnu.org bug report #53992,
regarding [PATCH 1/2] gnu: fcft: Update to 3.0.1
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53992: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53992
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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
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.