diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 22:37:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 23:11:58 +0100 |
commit | 8a9d3e9420e1bade71767446d80543b215c547f5 (patch) | |
tree | ef9ce6c5c0a8a794e8202af11ec154f7974b0508 /gnu/packages/gtk.scm | |
parent | ed6900f9748ad9fb42be6ba064b67a1dbca893b8 (diff) |
gnu: libdatrie: Update to 0.2.13.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.13.
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 34876ddd8f..b9e81c9650 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -236,7 +236,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public libdatrie (package (name "libdatrie") - (version "0.2.12") + (version "0.2.13") (source (origin (method url-fetch) @@ -244,7 +244,7 @@ affine transformation (scale, rotation, shear, etc.).") (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 |