mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
db2a42e9a8
commit
fbca2ed4b7
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue