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

commit a50d32be63f100241047a284847b3b9329ea734e
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/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cdb4c839f0..8bfe95c1ec 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -284,7 +284,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";
@@ -292,7 +292,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