diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 21:06:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-20 03:01:40 +0100 |
commit | 09371ab4d0c80cfd43b14e9ea645706b21ecbc3a (patch) | |
tree | 36af526464b11944caed2d4341c0f59ad1dc3907 /gnu/packages/gtk.scm | |
parent | 9f2eb4ffad8aecf8340013a8241de4127a080db8 (diff) | |
download | guix-09371ab4d0c80cfd43b14e9ea645706b21ecbc3a.tar guix-09371ab4d0c80cfd43b14e9ea645706b21ecbc3a.tar.gz |
gnu: harfbuzz: Update to 1.7.5.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.7.5.
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 2939e4f648..4e12e66129 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -173,7 +173,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.7.3") + (version "1.7.5") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -181,7 +181,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "1zh5n3q3mb6y6kr5m7zz1ags9z1vjwai57d6warx8qhzfrwn8lyd")))) + "0qwmybi6x27zz1bj6ccay653dh35jqq0asgvp166kjk53wdlwmw4")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo |