diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 11:41:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 11:41:54 +0100 |
commit | 8e5652f924a5ef8605b791999b600fd510a8f6e6 (patch) | |
tree | 99aff6e5541d63cc99bfe6071184d345d206a930 /gnu/packages/gtk.scm | |
parent | daed5b7ed31289826517a03fc6d10586703dc989 (diff) |
gnu: harfbuzz: Update to 1.4.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 953272de40..92f399ecb6 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -168,7 +168,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.4.1") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -176,7 +176,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "1g8mndf0p0fzjfvxrprga84zvqq186gbddnw6wbna7cscfmpz8l5")))) + "08akv3qzwnf48xajb60dfcchkmfdjkpp65a0xd8s98w81901g343")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo |