mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: harfbuzz: Update to 5.0.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 5.0.1.
This commit is contained in:
parent
6a3ed96af7
commit
32360107ef
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ (define-public cairo-xcb
|
||||||
(define-public harfbuzz
|
(define-public harfbuzz
|
||||||
(package
|
(package
|
||||||
(name "harfbuzz")
|
(name "harfbuzz")
|
||||||
(version "4.4.1")
|
(version "5.0.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 @@ (define-public harfbuzz
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vn9id3i5196bq9q8xpcpzavk0a2xqff5k973pq54blv16n37g65"))))
|
"0rli2xm0955gbqb75pzw34mh4p22b2rmk88aaksvjik3lfcl42fh"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue