[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: harfbuzz: Update to 1.7.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
07/09: gnu: harfbuzz: Update to 1.7.5. |
Date: |
Mon, 19 Feb 2018 21:14:12 -0500 (EST) |
nckx pushed a commit to branch core-updates
in repository guix.
commit 09371ab4d0c80cfd43b14e9ea645706b21ecbc3a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Feb 19 21:06:39 2018 +0100
gnu: harfbuzz: Update to 1.7.5.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.7.5.
---
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 2939e4f..4e12e66 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -173,7 +173,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "1.7.3")
+ (version "1.7.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
@@ -181,7 +181,7 @@ affine transformation (scale, rotation, shear, etc.).")
version ".tar.bz2"))
(sha256
(base32
- "1zh5n3q3mb6y6kr5m7zz1ags9z1vjwai57d6warx8qhzfrwn8lyd"))))
+ "0qwmybi6x27zz1bj6ccay653dh35jqq0asgvp166kjk53wdlwmw4"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
- branch core-updates created (now 13236d3), Tobias Geerinckx-Rice, 2018/02/19
- 05/09: gnu: kmod: Update to 25., Tobias Geerinckx-Rice, 2018/02/19
- 06/09: gnu: kmod: Update phase style., Tobias Geerinckx-Rice, 2018/02/19
- 07/09: gnu: harfbuzz: Update to 1.7.5.,
Tobias Geerinckx-Rice <=
- 09/09: gnu: pango: Update to 1.41.1., Tobias Geerinckx-Rice, 2018/02/19
- 02/09: gnu: bzip2: Use install-file., Tobias Geerinckx-Rice, 2018/02/19
- 01/09: gnu: lzip: Update to 1.20., Tobias Geerinckx-Rice, 2018/02/19
- 03/09: gnu: fftw: Update to 3.3.7., Tobias Geerinckx-Rice, 2018/02/19
- 08/09: gnu: lcms: Update to 2.9., Tobias Geerinckx-Rice, 2018/02/19
- 04/09: gnu: fftw: Update phase style., Tobias Geerinckx-Rice, 2018/02/19