me
/
guix
Archived
1
0
Fork 0

gnu: libime: Update to 1.0.6.

* gnu/packages/fcitx5.scm (libime): Update to 1.0.6.
master
Tobias Geerinckx-Rice 2021-04-11 23:39:17 +02:00
parent 4ebf6ccb3e
commit d286ea6d5b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -172,14 +172,14 @@ client.")
(define-public libime
(package
(name "libime")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
(base32 "1w3cxk11kbfmz7snivxq948zfav6dy2245j12ghlxcmdxjshrlhq"))))
(base32 "1s8gzpzyn16pg9gm7kw1nhl09drdndi6j4mjam14ymqsrfsdqr1r"))))
(build-system cmake-build-system)
(inputs
`(("fcitx5" ,fcitx5)