gnu: fcitx5-configtool: Update to 5.0.2.
* gnu/packages/fcitx5.scm(fcitx5-configtool): Update to 5.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
249cfe69b7
commit
00a04b8ad9
1 changed files with 2 additions and 2 deletions
|
@ -345,7 +345,7 @@ (define-public fcitx5-chinese-addons
|
||||||
(define-public fcitx5-configtool
|
(define-public fcitx5-configtool
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-configtool")
|
(name "fcitx5-configtool")
|
||||||
(version "5.0.1")
|
(version "5.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -353,7 +353,7 @@ (define-public fcitx5-configtool
|
||||||
"https://download.fcitx-im.org/fcitx5"
|
"https://download.fcitx-im.org/fcitx5"
|
||||||
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
|
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
|
(base32 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue