me
/
guix
Archived
1
0
Fork 0

gnu: harfbuzz: Update to 4.4.0.

* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0.
master
Marius Bakke 2022-06-28 00:09:50 +02:00
parent 0e691ae100
commit 0e93273def
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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 "4.3.0") (version "4.4.0")
(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
"0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4")))) "1407i646hdxlsllhrknq3zs18z8p1v7585mx9a1i4hfqp7fmw0q2"))))
(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