mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: harfbuzz: Update to 2.8.2.
* gnu/packages/gtk.scm (harfbuzz): Update to 2.8.2.
This commit is contained in:
parent
6b5b09f1d2
commit
2ebd7ac4a6
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ (define-public cairo-xcb
|
|||
(define-public harfbuzz
|
||||
(package
|
||||
(name "harfbuzz")
|
||||
(version "2.8.1")
|
||||
(version "2.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
|
||||
|
@ -234,7 +234,7 @@ (define-public harfbuzz
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"000ki4nwi3vfy3qflkgkiyj4jhhb6xl0c8ygv6af5x2bxiizc921"))))
|
||||
"1rvv86wpm3y04fqns1655268rhvhvms469837709v2z2bhwn316m"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"bin")) ; 160K, only hb-view depend on cairo
|
||||
|
|
Loading…
Reference in a new issue