guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fcft: Update to 3.0.1


From: guix-commits
Subject: 01/02: gnu: fcft: Update to 3.0.1
Date: Tue, 15 Feb 2022 09:04:18 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b5bbbca6b979484cd1e7ba888010d859683be09c
Author: Felipe Balbi <felipe@balbi.sh>
AuthorDate: Mon Feb 14 14:04:23 2022 +0200

    gnu: fcft: Update to 3.0.1
    
    * gnu/packages/fontutils.scm (fcft): Update to 3.0.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 cd06c345e7..fd920b70ef 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 @@ maintain the Noto Fonts project.")
 (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 @@ maintain the Noto Fonts project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dn0ic2ddi5qz6nqscsn7nlih67ad8vpclppbqwas6xavdfq6va2"))))
+                "0jxy92ny8b7s7yvz1mr8zpf7l2zsn506fi9f98pvh9k25jprg0cx"))))
     (build-system meson-build-system)
     (native-inputs
      (list check pkg-config scdoc))



reply via email to

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