mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: fcitx5-configtool: Update to 5.0.5.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.5.
This commit is contained in:
parent
83c36fc9f3
commit
35cdad213c
1 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,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.2")
|
(version "5.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -356,7 +356,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 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb"))))
|
(base32 "1diwiniqvsvcdwzcx1dqxbvwsr6ajbxs67my0cpn8n22asd5mx8i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue