gnu: libime: Update to 1.0.14.

* gnu/packages/fcitx5.scm (libime): Update to 1.0.14.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
dan 2022-11-07 04:46:34 +08:00 committed by 宋文武
parent db2a42e9a8
commit fbca2ed4b7
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -166,14 +166,14 @@ (define-public fcitx5-lua
(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))