diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 16:22:40 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:23 +0900 |
| commit | 8118bb73dffe10a9f0f883b1db033299b99cd113 (patch) | |
| tree | 1bd84381206f106b6d697a50fea1f0613024d67d /gnu/packages/gtk.scm | |
| parent | 42015f622d8eb803c1e8134af3cf614ef9bb02ec (diff) | |
gnu: harfbuzz: Update to 11.4.4.
* gnu/packages/gtk.scm (harfbuzz): Update to 11.4.4.
Change-Id: I0716fcaee731e062a250b5c9d4a04a433f2310b0
Diffstat (limited to 'gnu/packages/gtk.scm')
| -rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index b1193ff4205..8f151416695 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 |
