guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 29befe8bd6ef1f344404e12af65bef275d9efd72
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Mar 5 19:13:52 2026 +0100

    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 <[email protected]>
---
 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 c6228c097a..942224eaa2 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2024 Sören Tempel <[email protected]>
 ;;; Copyright © 2023 Zheng Junjie <[email protected]>
 ;;; Copyright © 2024 Sou Bunnbu (宋文武) <[email protected]>
-;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2025, 2026 Ashish SHUKLA <[email protected]>
 ;;; Copyright © 2025 Alexey Abramov <[email protected]>
 ;;;
 ;;; 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))

Reply via email to