diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 14:54:34 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-21 02:45:56 +0200 |
commit | c9566534136b32519b200878c846a0017409d603 (patch) | |
tree | a5ad4ba7e8967de16f0ab430c4d93de5115868cf /gnu/packages | |
parent | f2ca4fa5c34ba719fae8a2fd86cacc10c6096481 (diff) | |
download | patches-c9566534136b32519b200878c846a0017409d603.tar patches-c9566534136b32519b200878c846a0017409d603.tar.gz |
gnu: harfbuzz: Update to 1.8.4.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.4.
Diffstat (limited to 'gnu/packages')
-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 76346f6bb2..6aa79bb779 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -177,7 +177,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.8.0") + (version "1.8.4") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -185,7 +185,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1")))) + "1za5lmzz4j2plh6a12llnwxyy7dnspsykjlq1qp9x9hdza32yn9w")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo |