gnu: fcitx5-lua: Update to 5.0.2.
* gnu/packages/fcitx5.scm(fcitx5-lua): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bcfab93780
commit
3a94ccb51b
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ client.")
|
||||||
(define-public fcitx5-lua
|
(define-public fcitx5-lua
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-lua")
|
(name "fcitx5-lua")
|
||||||
(version "5.0.1")
|
(version "5.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -154,7 +154,7 @@ client.")
|
||||||
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "177mj56j8yrl79hvk7bbrifvm137np23pwalv83ibgk4l51z92hf"))))
|
(base32 "0y5yc9102bz681f4wj6xqjxmfdmrshz3fhf39pa61718hkyy9lih"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fcitx5" ,fcitx5)
|
`(("fcitx5" ,fcitx5)
|
||||||
|
|
Reference in a new issue