z572 pushed a commit to branch master
in repository guix.
commit 2987993d971381681477e523f9ee6121634973cb
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Mar 17 20:06:28 2025 +0100
gnu: fcft: Update to 3.3.1.
* gnu/packages/fontutils.scm (fcft): Update to 3.3.1.
Change-Id: I4a860085697b92fd5cbc7083eac82529530f3747
Signed-off-by: Zheng Junjie <[email protected]>
---
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 d2d3b1a260..7d101bebff 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2023 pinoaffe <[email protected]>
;;; Copyright © 2024 Sören Tempel <[email protected]>
;;; Copyright © 2023 Zheng Junjie <[email protected]>
+;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1873,7 +1874,7 @@ maintain the Noto Fonts project.")
(define-public fcft
(package
(name "fcft")
- (version "3.1.10")
+ (version "3.3.1")
(home-page "https://codeberg.org/dnkl/fcft")
(source (origin
(method git-fetch)
@@ -1881,7 +1882,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version))
(sha256
(base32
- "0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9"))))
+ "08fr6zcqk4qp1k3r0di6v60qfyd3q5k9jnxzlsx2p1lh0nils0xa"))))
(build-system meson-build-system)
(native-inputs
(list check pkg-config scdoc))