guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit ec6a119e456d00c498b2e1733b795f32489c97f0
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Apr 9 16:53:26 2025 +0200

    gnu: harfbuzz: Update to 10.4.0.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 10.4.0.
---
 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 44620c186a..dfeb092168 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 "10.4.0")
     (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"))))
+                "1n5apswlhxm2nd9fl9430bal5hannfgw67xad4330sa104jns2s8"))))
     (build-system meson-build-system)
     (outputs '("out"
                "bin"))                  ;160K, only hb-view depend on cairo

Reply via email to