me
/
guix
Archived
1
0
Fork 0

gnu: libime: Update to 1.1.0.

* gnu/packages/fcitx5.scm (libime): Update to 1.1.0.
master
宋文武 2023-08-20 13:02:44 +08:00
parent 08d029d675
commit d9ac4e82a1
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -164,14 +164,14 @@ client.")
(define-public libime
(package
(name "libime")
(version "1.0.17")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
(base32 "00d191nghqkcxky5i2j5v8105ckhfh0bdjbkk8swyndjp35bn54f"))))
(base32 "0jqr9riwygr3c9qzs8hx46smhgys68bf6m70fmam819903a9gpf0"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost))