GNU bug report logs -
#77956
[PATCH gnome-team 00/23] Start working on GNOME 48
Previous Next
Full log
Message #17 received at 77956 <at> debbugs.gnu.org (full text, mbox):
* 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 dc21aed3949..ac4400b226c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -300,7 +300,7 @@ (define-public cairo-xcb
(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"
@@ -308,7 +308,7 @@ (define-public harfbuzz
version ".tar.xz"))
(sha256
(base32
- "0izq2lpqxrf1l755nxrxkkiarywkx5j43asznankxplbxgm0358h"))))
+ "1n5apswlhxm2nd9fl9430bal5hannfgw67xad4330sa104jns2s8"))))
(build-system meson-build-system)
(outputs '("out"
"bin")) ;160K, only hb-view depend on cairo
--
2.49.0
This bug report was last modified 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.