[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: harfbuzz: Update to 1.5.0.
From: |
Marius Bakke |
Subject: |
07/09: gnu: harfbuzz: Update to 1.5.0. |
Date: |
Sat, 2 Sep 2017 09:58:30 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit a4a3d93290e8ad35f6e7526e78878d2d3397bb27
Author: Marius Bakke <address@hidden>
Date: Sat Sep 2 15:54:23 2017 +0200
gnu: harfbuzz: Update to 1.5.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.5.0.
---
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 e942f51..2d64e16 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.4.6")
+ (version "1.5.0")
(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
- "14yj514yfy373np3gxk930a443j1zgnwg6mm0kdzzjr0rn0qp9r1"))))
+ "1haansza0v2908xycv3xwrw2c42z5p96vdzy11vkzl787cvfr260"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
- branch staging updated (4028fd3 -> 30dfac2), Marius Bakke, 2017/09/02
- 06/09: Revert "gnu: lzip: Update to 1.19.", Marius Bakke, 2017/09/02
- 03/09: gnu: util-linux: Update to 2.30.1., Marius Bakke, 2017/09/02
- 04/09: gnu: libdrm: Update to 2.4.83., Marius Bakke, 2017/09/02
- 02/09: gnu: dbus: Update to 1.10.22., Marius Bakke, 2017/09/02
- 08/09: gnu: pango: Update to 1.40.11., Marius Bakke, 2017/09/02
- 07/09: gnu: harfbuzz: Update to 1.5.0.,
Marius Bakke <=
- 05/09: gnu: mesa: Update to 17.1.8., Marius Bakke, 2017/09/02
- 01/09: gnu: libva: Update to 1.8.3., Marius Bakke, 2017/09/02
- 09/09: Merge branch 'master' into staging, Marius Bakke, 2017/09/02