diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-28 00:09:50 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-28 00:09:50 +0200 |
commit | 0e93273def1513390132d04db34a83e2698ac320 (patch) | |
tree | aef15c91b8d0881f63e0e164521350e852e0bd16 | |
parent | 0e691ae1004686fd0b53454d90c760c4fb3995e9 (diff) | |
download | guix-0e93273def1513390132d04db34a83e2698ac320.tar guix-0e93273def1513390132d04db34a83e2698ac320.tar.gz |
gnu: harfbuzz: Update to 4.4.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0.
-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 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 |