mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add harfbuzz-4.
* gnu/packages/gtk.scm (harfbuzz-4): New variable.
This commit is contained in:
parent
3af9282853
commit
bcf6730e68
1 changed files with 13 additions and 0 deletions
|
@ -292,6 +292,19 @@ (define-public harfbuzz-3
|
|||
(base32
|
||||
"0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
|
||||
|
||||
(define-public harfbuzz-4
|
||||
(package
|
||||
(inherit harfbuzz)
|
||||
(version "4.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
||||
"/releases/download/" version
|
||||
"/harfbuzz-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))))
|
||||
|
||||
(define-public libdatrie
|
||||
(package
|
||||
(name "libdatrie")
|
||||
|
|
Loading…
Reference in a new issue