emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53992: closed ([PATCH 1/2] gnu: fcft: Update to 3.0.1)


From: GNU bug Tracking System
Subject: bug#53992: closed ([PATCH 1/2] gnu: fcft: Update to 3.0.1)
Date: Tue, 15 Feb 2022 14:05:01 +0000

Your message dated Tue, 15 Feb 2022 15:04:11 +0100
with message-id <87zgmsp6p0.fsf@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@gnu.org.)


-- 
53992: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53992
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: fcft: Update to 3.0.1 Date: Mon, 14 Feb 2022 14:04:23 +0200
From: Felipe Balbi <felipe@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@gmail.com>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+;;; Copyright © 2022 Felipe Balbi <balbi@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1 Date: Tue, 15 Feb 2022 15:04:11 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Felipe Balbi <balbi@kernel.org> writes:

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

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]