diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-19 23:14:42 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-19 23:34:09 +0100 |
commit | 31d170f3814695c49fa26358931cb8516161963c (patch) | |
tree | 01ace53966d6f4a9593f443aae95c2e072a5839e /gnu/packages/gtk.scm | |
parent | 677bc34d5b75d4c9a8020f9d0f917c3ca2fb3dc6 (diff) | |
download | patches-31d170f3814695c49fa26358931cb8516161963c.tar patches-31d170f3814695c49fa26358931cb8516161963c.tar.gz |
gnu: harfbuzz: Update to 1.7.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.7.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 694d281f21..9b1fd35f04 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -172,7 +172,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.7.2") + (version "1.7.3") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -180,7 +180,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "1jwhqwv2m317ilblcabsyvk288ycny20qn13rh6pza616mg5i457")))) + "1zh5n3q3mb6y6kr5m7zz1ags9z1vjwai57d6warx8qhzfrwn8lyd")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo |