mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: libthai: Update to 0.1.29.
* gnu/packages/gtk.scm (libthai): Update to 0.1.29.
This commit is contained in:
parent
2bc5dec185
commit
5475dc023f
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ (define-public libdatrie
|
||||||
(define-public libthai
|
(define-public libthai
|
||||||
(package
|
(package
|
||||||
(name "libthai")
|
(name "libthai")
|
||||||
(version "0.1.28")
|
(version "0.1.29")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -320,7 +320,7 @@ (define-public libthai
|
||||||
(string-append "https://linux.thai.net/pub/thailinux/software/"
|
(string-append "https://linux.thai.net/pub/thailinux/software/"
|
||||||
"libthai/libthai-" version ".tar.xz"))
|
"libthai/libthai-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z"))))
|
(base32 "1kab1w6i1fb76807xrwjfac8n2nky8jbvkhpnh117qahrdywr07w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue