gnu: harfbuzz: Update to 2.5.2.
* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.2.
This commit is contained in:
parent
273c30bec6
commit
9644ac6f4d
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ (define-public cairo-xcb
|
|||
(define-public harfbuzz
|
||||
(package
|
||||
(name "harfbuzz")
|
||||
(version "2.5.1")
|
||||
(version "2.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.freedesktop.org/software/"
|
||||
|
@ -186,7 +186,7 @@ (define-public harfbuzz
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17kiyq23g7bnjvyn2yg4gyr7i7qjam65n20whsrplpxxk9bk8j3d"))))
|
||||
"12vya82hb2yfg92735kjql7d9kxpz64hs1jhjvnzagdy5fdcz3vw"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"bin")) ; 160K, only hb-view depend on cairo
|
||||
|
|
Loading…
Reference in a new issue