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>
This commit is contained in:
Zhu Zihao 2021-01-22 19:02:26 +08:00 committed by Efraim Flashner
parent e07d78b8ac
commit ce7a5503a0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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