diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 16:15:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 17:54:38 +0200 |
commit | 40ed1e54fc5afe721934146dc51bd088add42de6 (patch) | |
tree | b9196b7e06c3574cf0381f0be6faa92ce8ead79d /gnu/packages/gtk.scm | |
parent | b0c4e0e1d380ba39293f0d742c147ff4f4c2bd3d (diff) |
gnu: libdatrie: Update to 0.2.12.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 9958fbadf1..63980a6b04 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 |