diff options
author | Zhu Zihao <all_but_last@163.com> | 2021-01-22 19:02:26 +0800 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-28 21:15:57 +0200 |
commit | ce7a5503a02950d2f197abc178735d631b12984b (patch) | |
tree | 946c4f836acec75899a19f024eaaf68dedb8478f /gnu/packages | |
parent | e07d78b8ace31688e0a1fcf834d791add05db322 (diff) |
gnu: libime: Update to 1.0.3.
* gnu/packages/fcitx5.scm(libime): Update to 1.0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 ff9a1153a7..0e3fe152cd 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -171,14 +171,14 @@ client.") (define-public libime (package (name "libime") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" version "_dict.tar.xz")) (sha256 - (base32 "006pncby7p6h3rnicckzjwi6jzsrqiqbj6p9bpic80lanlllgw31")))) + (base32 "1gi9ylqha9x3dhjsa2i7x9wh2g9vgqkkfr6s1facs2ky65vgvdrv")))) (build-system cmake-build-system) (inputs `(("fcitx5" ,fcitx5) |