diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-18 15:55:50 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-20 14:09:23 -0500 |
commit | b338b7aa70556d779d2ff691ade08ff811f6106f (patch) | |
tree | 5817d821d8049e27c70ba9e36233ba5bfa2d0814 /gnu | |
parent | ece7a37f59f5f19ba0ba4d246d627e004112943e (diff) |
gnu: harfbuzz: Update to 5.3.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.3.1.
Diffstat (limited to 'gnu')
-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 22a8eb8dc1..b65da916f0 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 "5.1.0") + (version "5.3.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 - "01agx06abnb0sv6m685i65ghi07zw8dx4n89sslam0c7cvdrbnrf")))) + "0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a")))) (build-system gnu-build-system) (outputs '("out" "bin")) ;160K, only hb-view depend on cairo |