gnu: harfbuzz: Update to 4.4.1.

* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.1.
This commit is contained in:
Marius Bakke 2022-07-01 22:13:25 +02:00
parent ee449b5348
commit 9660c7aaab
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

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.4.0") (version "4.4.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
"1407i646hdxlsllhrknq3zs18z8p1v7585mx9a1i4hfqp7fmw0q2")))) "1vn9id3i5196bq9q8xpcpzavk0a2xqff5k973pq54blv16n37g65"))))
(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