diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 16:25:24 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:28 -0400 |
commit | 56fef07ded9496cf61c943a4a3fffd7890fbc689 (patch) | |
tree | e6b5d8835f58572ba43248c4d8459491c31d2e7e /gnu/packages | |
parent | fe2c2a1549e46671c8be5053ff16379d69d25058 (diff) | |
download | guix-56fef07ded9496cf61c943a4a3fffd7890fbc689.tar.gz guix-56fef07ded9496cf61c943a4a3fffd7890fbc689.zip |
gnu: libime: Update to 1.0.17.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.17.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fcitx5.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index b839243ca7..2b37674e75 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -172,14 +172,14 @@ client.") (define-public libime (package (name "libime") - (version "1.0.16") + (version "1.0.17") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" version "_dict.tar.xz")) (sha256 - (base32 "1ydja6bpb9q7j2dj87yni1jlw9nj7256g3dqvz1hl4dl8zill0rz")))) + (base32 "00d191nghqkcxky5i2j5v8105ckhfh0bdjbkk8swyndjp35bn54f")))) (build-system cmake-build-system) (inputs (list fcitx5 boost)) |