summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authordan <i@dan.games>2022-11-07 04:46:34 +0800
committer宋文武 <iyzsong@member.fsf.org>2022-11-07 16:02:47 +0800
commitfbca2ed4b716ac14559fe4fb2e148a39d669d7e4 (patch)
treee3e7236418397dedeae1f03f59a339863a9bd83a /gnu
parentdb2a42e9a86af676c19ce6575dfa9555054cf44a (diff)
downloadguix-patches-fbca2ed4b716ac14559fe4fb2e148a39d669d7e4.tar
guix-patches-fbca2ed4b716ac14559fe4fb2e148a39d669d7e4.tar.gz
gnu: libime: Update to 1.0.14.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fcitx5.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index b3e3844ede..634c0395c4 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -166,14 +166,14 @@ client.")
(define-public libime
(package
(name "libime")
- (version "1.0.10")
+ (version "1.0.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
- (base32 "0dknxf5lf5a6kam39rp7y1h2p47bwb6pnlc8fsrhmiv7rw2pkq0f"))))
+ (base32 "0qvi9wpm4hx42h05bd4ngwzr4sv4x7i18m3ppzwc8n6q3sz5cfbh"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost))