From 29befe8bd6ef1f344404e12af65bef275d9efd72 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 5 Mar 2026 19:13:52 +0100 Subject: [PATCH] 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 --- gnu/packages/fontutils.scm | 6 +++--- 1 file 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 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Sou Bunnbu (宋文武) -;;; Copyright © 2025 Ashish SHUKLA +;;; Copyright © 2025, 2026 Ashish SHUKLA ;;; Copyright © 2025 Alexey Abramov ;;; ;;; 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))