diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 19:46:42 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:27 +0200 |
commit | 11e5bf70d5108db9f792113fd423f0b20805ac47 (patch) | |
tree | 859eff16ced7ce5294fbb7eb0bc3dd3cb257d89c /gnu/packages/gtk.scm | |
parent | 3f35e0da86ea8524859905fe81eeffb712b2601e (diff) | |
download | guix-11e5bf70d5108db9f792113fd423f0b20805ac47.tar guix-11e5bf70d5108db9f792113fd423f0b20805ac47.tar.gz |
gnu: harfbuzz: Update to 1.8.8.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.8.
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 c4e00bc62a..57f05eb49d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -178,7 +178,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.8.4") + (version "1.8.8") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -186,7 +186,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "1za5lmzz4j2plh6a12llnwxyy7dnspsykjlq1qp9x9hdza32yn9w")))) + "1ag3scnm1fcviqgx2p4858y433mr0ndqw6zccnccrqcr9mpcird8")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo |