[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: harfbuzz: Update to 1.7.2.
From: |
Marius Bakke |
Subject: |
02/08: gnu: harfbuzz: Update to 1.7.2. |
Date: |
Wed, 6 Dec 2017 11:33:03 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 3d960a04a8e80f0dd4ed9cb62c8350093750c036
Author: Marius Bakke <address@hidden>
Date: Wed Dec 6 15:16:25 2017 +0100
gnu: harfbuzz: Update to 1.7.2.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.7.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 dfa7a59..53c75ff 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -171,7 +171,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "1.7.1")
+ (version "1.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
@@ -179,7 +179,7 @@ affine transformation (scale, rotation, shear, etc.).")
version ".tar.bz2"))
(sha256
(base32
- "0khmcm4k0cckw5ql9z66ahp1zy5dn978vw8p41h91dhk6glacicn"))))
+ "1jwhqwv2m317ilblcabsyvk288ycny20qn13rh6pza616mg5i457"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
- branch core-updates updated (e09bb8a -> 2ced84f), Marius Bakke, 2017/12/06
- 03/08: gnu: mesa: Update to 17.2.6., Marius Bakke, 2017/12/06
- 04/08: gnu: help2man: Update to 1.47.5., Marius Bakke, 2017/12/06
- 02/08: gnu: harfbuzz: Update to 1.7.2.,
Marius Bakke <=
- 06/08: gnu: at-spi2-core: Update to 2.26.2., Marius Bakke, 2017/12/06
- 08/08: gnu: groff-minimal: Inherit phases from groff., Marius Bakke, 2017/12/06
- 01/08: gnu: glibc-locales: Don't inherit 'move-static-libs' phase from glibc., Marius Bakke, 2017/12/06
- 07/08: gnu: at-spi2-atk: Update to 2.26.1., Marius Bakke, 2017/12/06
- 05/08: gnu: atk: Update to 2.26.1., Marius Bakke, 2017/12/06