diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-28 14:22:41 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:28 +0200 |
commit | 5475dc023fa0e20a5b2022ee76f117278e17f485 (patch) | |
tree | d0309ea6571c3383f5f6748a06cfa3640898bda9 | |
parent | 2bc5dec18505a47644e940f6ae54ab07c69d29da (diff) | |
download | guix-5475dc023fa0e20a5b2022ee76f117278e17f485.tar.gz |
gnu: libthai: Update to 0.1.29.
* gnu/packages/gtk.scm (libthai): Update to 0.1.29.
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index ccfd9a75ef..01d31d059d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -312,7 +312,7 @@ representing trie. Trie is a kind of digital search tree.") (define-public libthai (package (name "libthai") - (version "0.1.28") + (version "0.1.29") (source (origin (method url-fetch) @@ -320,7 +320,7 @@ representing trie. Trie is a kind of digital search tree.") (string-append "https://linux.thai.net/pub/thailinux/software/" "libthai/libthai-" version ".tar.xz")) (sha256 - (base32 "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z")))) + (base32 "1kab1w6i1fb76807xrwjfac8n2nky8jbvkhpnh117qahrdywr07w")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |