gnu: harfbuzz: Update to 5.3.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.3.1.
This commit is contained in:
parent
ece7a37f59
commit
b338b7aa70
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
||||||
(define-public harfbuzz
|
(define-public harfbuzz
|
||||||
(package
|
(package
|
||||||
(name "harfbuzz")
|
(name "harfbuzz")
|
||||||
(version "5.1.0")
|
(version "5.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
||||||
|
@ -252,7 +252,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01agx06abnb0sv6m685i65ghi07zw8dx4n89sslam0c7cvdrbnrf"))))
|
"0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue