summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2026-03-05 19:13:52 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-05 18:56:56 +0000
commit29befe8bd6ef1f344404e12af65bef275d9efd72 (patch)
treec0ce8b1e8cde6469a872923158eedda4bc475894 /gnu/packages
parentcba3a8e976bd5cee9d0957b7c762ebda4838f555 (diff)
gnu: fcft: Update to 3.3.3
* gnu/packages/fontutils.scm (fcft): Update to 3.3.3. Change-Id: I205095766e200bc15d1e69415015948b18bb334f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/fontutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index c6228c097a3..942224eaa2f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2024 Sören Tempel <soeren@soeren-tempel.net>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Sou Bunnbu (宋文武) <iyzsong@gmail.com>
-;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2025, 2026 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2025 Alexey Abramov <levenson@mmer.org>
;;;
;;; This file is part of GNU Guix.
@@ -2036,7 +2036,7 @@ maintain the Noto Fonts project.")
(define-public fcft
(package
(name "fcft")
- (version "3.3.2")
+ (version "3.3.3")
(home-page "https://codeberg.org/dnkl/fcft")
(source (origin
(method git-fetch)
@@ -2044,7 +2044,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version))
(sha256
(base32
- "1saqi8fxrz2lddx9pj6ym4ikx11sgqlyp8w10ngdlci384p49sbb"))))
+ "0653l611lfkry6lcpbhvcpd9lsrv9ybfabxafpwa39jn3ykaah9j"))))
(build-system meson-build-system)
(native-inputs
(list check pkg-config scdoc))