aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-08-22 11:36:04 +0800
committer宋文武 <iyzsong@gmail.com>2015-09-06 21:52:21 +0800
commit81ece42981473be3de115639cad3ae20595539ef (patch)
tree4f75c49a54b585d5aed813c15e69c88c952f157e /gnu/packages
parente6f22a828e303a2f1af6547785016356eba99063 (diff)
downloadguix-81ece42981473be3de115639cad3ae20595539ef.tar
guix-81ece42981473be3de115639cad3ae20595539ef.tar.gz
gnu: harfbuzz: Update to 1.0.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.0.3.
Diffstat (limited to 'gnu/packages')
-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 e826609bca..77a6df5fae 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -142,14 +142,14 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public harfbuzz
(package
(name "harfbuzz")
- (version "0.9.40")
+ (version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-"
version ".tar.bz2"))
(sha256
(base32
- "07rjp05axas96fp23lpf8l2yyfdj9yib4m0qjv592vdyhcsxaw8p"))))
+ "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)