summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-03 19:13:06 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:45:02 +0200
commit1543fe4d1bff21da5978b1cbeea1cc0fe4e4a321 (patch)
tree723fcf6b1ef5140680a70d4f17bb985c24aecaff /gnu/packages/gtk.scm
parent744befa51443907f0319290e32f5a4cdd82addc5 (diff)
downloadguix-patches-1543fe4d1bff21da5978b1cbeea1cc0fe4e4a321.tar
guix-patches-1543fe4d1bff21da5978b1cbeea1cc0fe4e4a321.tar.gz
gnu: harfbuzz: Update to 1.2.4.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.2.4.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f700f23c27..5e01d8a886 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -147,7 +147,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "1.0.6")
+ (version "1.2.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
@@ -155,7 +155,7 @@ affine transformation (scale, rotation, shear, etc.).")
version ".tar.bz2"))
(sha256
(base32
- "09ivk5m4y09ar4zi9r6db7gp234cy05h0ach7w22g9kqvkxsf5pn"))))
+ "14g4kpph8hgplkm954daxiymxx0vicfq7b7svvdsx54g5bqvv7a4"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo