[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: harfbuzz: Update to 2.3.1.
From: |
guix-commits |
Subject: |
09/10: gnu: harfbuzz: Update to 2.3.1. |
Date: |
Sun, 10 Feb 2019 15:19:57 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 342c695e10a4528338a63301c99c3c175e8a4931
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:14:51 2019 +0100
gnu: harfbuzz: Update to 2.3.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 2.3.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 93b9ba0..4817fec 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -182,7 +182,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "2.2.0")
+ (version "2.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
@@ -190,7 +190,7 @@ affine transformation (scale, rotation, shear, etc.).")
version ".tar.bz2"))
(sha256
(base32
- "047q63jr513azf3g1y7f5xn60b4jdjs9zsmrx04sfw5rasyzrk5p"))))
+ "0s74ramsbfa183rxkidqgfd2vbhrwicnrqzqsq440dwibffnj1gj"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8., guix-commits, 2019/02/10
- 09/10: gnu: harfbuzz: Update to 2.3.1.,
guix-commits <=
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0., guix-commits, 2019/02/10
- 02/10: gnu: GnuTLS: Update to 3.6.6., guix-commits, 2019/02/10
- 03/10: gnu: OpenLDAP: Update to 2.4.47., guix-commits, 2019/02/10
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround., guix-commits, 2019/02/10
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10