guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: fcft: Update to 2.5.1.


From: guix-commits
Subject: 03/04: gnu: fcft: Update to 2.5.1.
Date: Tue, 14 Dec 2021 04:52:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 137ace6b306d849fadbec9db8a0a3919657eda48
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 14 10:47:40 2021 +0100

    gnu: fcft: Update to 2.5.1.
    
    * gnu/packages/fontutils.scm (fcft): Update to 2.5.1.
    [native-inputs]: Remove GCC-10.
---
 gnu/packages/fontutils.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 7d95d41..2a34198 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -835,7 +835,7 @@ maintain the Noto Fonts project.")
 (define-public fcft
   (package
     (name "fcft")
-    (version "2.4.6")
+    (version "2.5.1")
     (home-page "https://codeberg.org/dnkl/fcft";)
     (source (origin
               (method git-fetch)
@@ -843,11 +843,10 @@ maintain the Noto Fonts project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jh05wzrif7z1xf9jzs8bgf49lpj5zs55agj414bmmwdddk7my7j"))))
+                "0dn0ic2ddi5qz6nqscsn7nlih67ad8vpclppbqwas6xavdfq6va2"))))
     (build-system meson-build-system)
     (native-inputs
-     (list check gcc-10 ;TODO: Remove when the default compiler is > GCC 7.
-           pkg-config scdoc))
+     (list check pkg-config scdoc))
     (propagated-inputs
      (list ;; Required by fcft.pc.
            fontconfig



reply via email to

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