guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: libdatrie: Update to 0.2.12.


From: guix-commits
Subject: 02/06: gnu: libdatrie: Update to 0.2.12.
Date: Sat, 29 Aug 2020 12:16:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 40ed1e54fc5afe721934146dc51bd088add42de6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 16:15:58 2020 +0200

    gnu: libdatrie: Update to 0.2.12.
    
    * gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
---
 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 9958fba..63980a6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -229,7 +229,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public libdatrie
   (package
     (name "libdatrie")
-    (version "0.2.11")
+    (version "0.2.12")
     (source
      (origin
        (method url-fetch)
@@ -237,7 +237,7 @@ affine transformation (scale, rotation, shear, etc.).")
         (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



reply via email to

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