gnu: libime: Update to 1.1.4.
* gnu/packages/fcitx5.scm (libime): Update to 1.1.4. Change-Id: Ibf60683739337e886316ea88d97e899053469ed7master
parent
b38955ec6e
commit
3cb77a3ed1
|
@ -166,14 +166,14 @@ client.")
|
||||||
(define-public libime
|
(define-public libime
|
||||||
(package
|
(package
|
||||||
(name "libime")
|
(name "libime")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
|
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
|
||||||
version "_dict.tar.xz"))
|
version "_dict.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c1zn4bi71a84jh7x0fly3xqrsjm08ja3sglxrkfm9snk0x6ybhf"))))
|
(base32 "15z59vqipi95263bfh98iwmz44g3l6hc2fdx10np6xr313csazdk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list fcitx5 boost (list zstd "lib")))
|
(list fcitx5 boost (list zstd "lib")))
|
||||||
|
|
Reference in New Issue