gnu: harfbuzz: Update to 2.6.4.

* gnu/packages/gtk.scm (harfbuzz): Update to 2.6.4.
This commit is contained in:
Marius Bakke 2019-12-03 00:52:58 +01:00
parent 8057faf094
commit c10247506a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -181,7 +181,7 @@ (define-public cairo-xcb
(define-public harfbuzz (define-public harfbuzz
(package (package
(name "harfbuzz") (name "harfbuzz")
(version "2.5.3") (version "2.6.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/" (uri (string-append "https://www.freedesktop.org/software/"
@ -189,7 +189,7 @@ (define-public harfbuzz
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0p45xk5bblsw8lfs7y7z80b4rvda9f2hlpr28flkrfmpjz3hvl7y")))) "04iwq13w6zkdhljmsxrzgg4fyh04qnwfn57rgrl9kmijc7cvh4wl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo "bin")) ; 160K, only hb-view depend on cairo