mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libdatrie: Update to 0.2.12.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
This commit is contained in:
parent
b0c4e0e1d3
commit
40ed1e54fc
1 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ (define-public harfbuzz
|
|||
(define-public libdatrie
|
||||
(package
|
||||
(name "libdatrie")
|
||||
(version "0.2.11")
|
||||
(version "0.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -237,7 +237,7 @@ (define-public libdatrie
|
|||
(string-append "https://linux.thai.net/pub/ThaiLinux/software/"
|
||||
"libthai/libdatrie-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0jz9k0dd8jim4iyk5xrhkkdm4zq2ly6aw317ydjss44ymg97nz2l"))))
|
||||
(base32 "0jdi01pcxv0b24zbjy7zahawsqqqw4mv94f2yy01zh4n796wqba5"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue