From 0e93273def1513390132d04db34a83e2698ac320 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 28 Jun 2022 00:09:50 +0200 Subject: gnu: harfbuzz: Update to 4.4.0. * gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 265cd1b2cb..6071b5ee5a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -244,7 +244,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.") (define-public harfbuzz (package (name "harfbuzz") - (version "4.3.0") + (version "4.4.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/harfbuzz/harfbuzz" @@ -252,7 +252,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.") version ".tar.xz")) (sha256 (base32 - "0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4")))) + "1407i646hdxlsllhrknq3zs18z8p1v7585mx9a1i4hfqp7fmw0q2")))) (build-system gnu-build-system) (outputs '("out" "bin")) ;160K, only hb-view depend on cairo -- cgit v1.2.3