guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit a67a4b58be68d6edaa8bb4e1ca492c51901e1d2d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 26 16:22:40 2025 +0900

    gnu: harfbuzz: Update to 11.4.4.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 11.4.4.
    
    Change-Id: I0716fcaee731e062a250b5c9d4a04a433f2310b0
---
 gnu/packages/fontutils.scm | 2 +-
 gnu/packages/gtk.scm       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 997fb3c3de..309451d83c 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2019, 2020, 2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Roel Janssen <[email protected]>
 ;;; Copyright © 2020, 2021, 2024 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2021-2024 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2021-2025 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2021 Sarah Morgensen <[email protected]>
 ;;; Copyright © 2022 Eric Bavier <[email protected]>
 ;;; Copyright © 2022 Felipe Balbi <[email protected]>
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b1193ff420..8f15141669 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -285,7 +285,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
 (define-public harfbuzz
   (package
     (name "harfbuzz")
-    (version "8.3.0")
+    (version "11.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/harfbuzz/harfbuzz";
@@ -293,7 +293,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0izq2lpqxrf1l755nxrxkkiarywkx5j43asznankxplbxgm0358h"))))
+                "1iaqiwh3b6mwv1ar2mm29fpfygsb1x79wv7mm6ppyn7a8rqz2lqh"))))
     (build-system meson-build-system)
     (outputs '("out"
                "bin"))                  ;160K, only hb-view depend on cairo

Reply via email to