diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-03-17 20:06:28 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-03-22 14:41:34 +0800 |
commit | 2987993d971381681477e523f9ee6121634973cb (patch) | |
tree | 112e087424871ecbb44fa6217b9783d3317f0eaf | |
parent | c66df8fab38df67b015ad5e63b5b0d65bb6f3d28 (diff) | |
download | guix-2987993d971381681477e523f9ee6121634973cb.tar.gz guix-2987993d971381681477e523f9ee6121634973cb.zip |
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 <z572@z572.online>
-rw-r--r-- | gnu/packages/fontutils.scm | 5 |
1 files 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 <pinoaffe@gmail.com> ;;; Copyright © 2024 Sören Tempel <soeren@soeren-tempel.net> ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; 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)) |