guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: fcft: Update to 3.1.10.


From: guix-commits
Subject: 07/09: gnu: fcft: Update to 3.1.10.
Date: Mon, 6 Jan 2025 06:06:56 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit 6bcae56a051dde08c6a7954f0855622255583375
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Fri Jan 3 13:49:53 2025 +0000

    gnu: fcft: Update to 3.1.10.
    
    * gnu/packages/fontutils.scm (fcft): Update to 3.1.10.
    
    Change-Id: Ibdbf74d4e204a24f8c67e33d496702ecd7eac60f
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 47dd3de2ec..0c4b8b44f5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1894,7 +1894,7 @@ maintain the Noto Fonts project.")
 (define-public fcft
   (package
     (name "fcft")
-    (version "3.1.9")
+    (version "3.1.10")
     (home-page "https://codeberg.org/dnkl/fcft";)
     (source (origin
               (method git-fetch)
@@ -1902,7 +1902,7 @@ maintain the Noto Fonts project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0j127fk5v2nlk5s0gibympcnzjyzfk5dwgz524gvlczfh7cbm18g"))))
+                "0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9"))))
     (build-system meson-build-system)
     (native-inputs
      (list check pkg-config scdoc))



reply via email to

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