guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/27: gnu: libthai: Update to 0.1.29.


From: guix-commits
Subject: 13/27: gnu: libthai: Update to 0.1.29.
Date: Thu, 11 Aug 2022 18:45:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5475dc023fa0e20a5b2022ee76f117278e17f485
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 28 14:22:41 2022 +0200

    gnu: libthai: Update to 0.1.29.
    
    * gnu/packages/gtk.scm (libthai): Update to 0.1.29.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]