me
/
guix
Archived
1
0
Fork 0

gnu: libime: Update to 1.0.7.

* gnu/packages/fcitx5.scm (libime): Update to 1.0.7.
master
Tobias Geerinckx-Rice 2021-06-07 00:12:45 +02:00
parent eef6aa3c91
commit f0a80fc8d1
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.6")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
(base32 "1s8gzpzyn16pg9gm7kw1nhl09drdndi6j4mjam14ymqsrfsdqr1r"))))
(base32 "06smx1kqq3qh0xra8070cjfhw79hcm0vksrswk05wq6jyhvrk5sd"))))
(build-system cmake-build-system)
(inputs
`(("fcitx5" ,fcitx5)