diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-03 20:34:44 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:29 +0200 |
commit | 629192666c3c98ba6c9872b33780f417edef7936 (patch) | |
tree | 54a938e2fcd1c66569cfc99a5cc8ba82a68d2227 | |
parent | c9f5144fa3d98dad1eb86f9b53792dd83581ba65 (diff) | |
download | guix-629192666c3c98ba6c9872b33780f417edef7936.tar.gz |
gnu: harfbuzz: Update to 5.1.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.1.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 6b5e71979a..ab0f3e2467 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.0.1") + (version "5.1.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 - "0rli2xm0955gbqb75pzw34mh4p22b2rmk88aaksvjik3lfcl42fh")))) + "01agx06abnb0sv6m685i65ghi07zw8dx4n89sslam0c7cvdrbnrf")))) (build-system gnu-build-system) (outputs '("out" "bin")) ;160K, only hb-view depend on cairo |