[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))
- branch master updated (af07f6bfe9 -> 88ffb61827), guix-commits, 2025/01/06
- 09/09: gnu: global: Update to 6.6.14., guix-commits, 2025/01/06
- 01/09: gnu: ugrep: Update to 7.1.2., guix-commits, 2025/01/06
- 04/09: gnu: foot: Update to 1.20.1., guix-commits, 2025/01/06
- 08/09: gnu: adaptivecpp: Update to 24.10.0., guix-commits, 2025/01/06
- 05/09: gnu: wofi: Update to 1.4.1., guix-commits, 2025/01/06
- 06/09: gnu: laszip: Update to 3.4.4., guix-commits, 2025/01/06
- 02/09: gnu: Add trompeloeil., guix-commits, 2025/01/06
- 03/09: gnu: guile-ts: Update to 0.3.0., guix-commits, 2025/01/06
- 07/09: gnu: fcft: Update to 3.1.10.,
guix-commits <=