[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: harfbuzz: Update to 5.0.1.
From: |
guix-commits |
Subject: |
02/08: gnu: harfbuzz: Update to 5.0.1. |
Date: |
Wed, 27 Jul 2022 12:24:00 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 32360107efd7417a756d54b47332c81e65d37482
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:59:39 2022 +0200
gnu: harfbuzz: Update to 5.0.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.0.1.
---
gnu/packages/gtk.scm | 4 ++--
1 file 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
- branch core-updates updated (f7815e76b0 -> 8a2b5f3f58), guix-commits, 2022/07/27
- 04/08: gnu: gdk-pixbuf: Propagate private dependencies., guix-commits, 2022/07/27
- 05/08: gnu: gdk-pixbuf: Use search path instead of patching docbook schema location., guix-commits, 2022/07/27
- 03/08: gnu: Remove harfbuzz@4., guix-commits, 2022/07/27
- 08/08: gnu: GCC: Fix union optimization issue., guix-commits, 2022/07/27
- 07/08: gnu: OpenLDAP: Update to 2.6.3., guix-commits, 2022/07/27
- 01/08: Merge branch 'staging' into core-updates, guix-commits, 2022/07/27
- 06/08: gnu: gdk-pixbuf: Remove input labels., guix-commits, 2022/07/27
- 02/08: gnu: harfbuzz: Update to 5.0.1.,
guix-commits <=