diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-23 22:59:39 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-27 17:53:48 +0200 |
commit | 32360107efd7417a756d54b47332c81e65d37482 (patch) | |
tree | 8c718a050c4bce40845f17328f081ff476ea2e3f /gnu/packages | |
parent | 6a3ed96af73939df69167b5736d03abf1d7ecebd (diff) |
gnu: harfbuzz: Update to 5.0.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.0.1.
Diffstat (limited to 'gnu/packages')
-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 7250d62321..9f65f29eb3 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.4.1") + (version "5.0.1") (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 - "1vn9id3i5196bq9q8xpcpzavk0a2xqff5k973pq54blv16n37g65")))) + "0rli2xm0955gbqb75pzw34mh4p22b2rmk88aaksvjik3lfcl42fh")))) (build-system gnu-build-system) (outputs '("out" "bin")) ;160K, only hb-view depend on cairo |