[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: harfbuzz: Update to 2.5.2.
From: |
guix-commits |
Subject: |
04/08: gnu: harfbuzz: Update to 2.5.2. |
Date: |
Fri, 21 Jun 2019 08:55:39 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 9644ac6f4d39492129f90188a32d5931eb30ab8d
Author: Marius Bakke <address@hidden>
Date: Fri Jun 21 13:56:53 2019 +0200
gnu: harfbuzz: Update to 2.5.2.
* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.2.
---
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 7f6218e..43888ab 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -178,7 +178,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "2.5.1")
+ (version "2.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
@@ -186,7 +186,7 @@ affine transformation (scale, rotation, shear, etc.).")
version ".tar.xz"))
(sha256
(base32
- "17kiyq23g7bnjvyn2yg4gyr7i7qjam65n20whsrplpxxk9bk8j3d"))))
+ "12vya82hb2yfg92735kjql7d9kxpz64hs1jhjvnzagdy5fdcz3vw"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
- branch core-updates updated (bd0dc2d -> 8bdacad), guix-commits, 2019/06/21
- 01/08: gnu: yelp-xsl: Update to 3.32.1., guix-commits, 2019/06/21
- 04/08: gnu: harfbuzz: Update to 2.5.2.,
guix-commits <=
- 02/08: gnu: glib: Update to 2.60.4., guix-commits, 2019/06/21
- 03/08: gnu: gobject-introspection: Update to 1.60.2., guix-commits, 2019/06/21
- 05/08: gnu: gobject-introspection: Build with Meson., guix-commits, 2019/06/21
- 07/08: gnu: vala: Update to 0.44.5., guix-commits, 2019/06/21
- 08/08: gnu: libcroco: Update to 0.6.13., guix-commits, 2019/06/21
- 06/08: gnu: glibmm: Update to 2.60.0., guix-commits, 2019/06/21