mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: libdatrie: Update to 0.2.13.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.13.
This commit is contained in:
parent
ed6900f974
commit
8a9d3e9420
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ (define-public harfbuzz
|
|||
(define-public libdatrie
|
||||
(package
|
||||
(name "libdatrie")
|
||||
(version "0.2.12")
|
||||
(version "0.2.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -244,7 +244,7 @@ (define-public libdatrie
|
|||
(string-append "https://linux.thai.net/pub/ThaiLinux/software/"
|
||||
"libthai/libdatrie-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0jdi01pcxv0b24zbjy7zahawsqqqw4mv94f2yy01zh4n796wqba5"))))
|
||||
(base32 "1gplcx9ddglpxmqm10qn38kjmvdh4hnhj14rzgqag095psr1n8qj"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue