mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: fcitx-configtool: Update to 0.4.10.
* gnu/packages/fcitx.scm (fcitx-configtool): Update to 0.4.10.
This commit is contained in:
parent
50ca5fb332
commit
914c6f621e
1 changed files with 2 additions and 2 deletions
|
@ -95,14 +95,14 @@ (define-public fcitx
|
||||||
(define-public fcitx-configtool
|
(define-public fcitx-configtool
|
||||||
(package
|
(package
|
||||||
(name "fcitx-configtool")
|
(name "fcitx-configtool")
|
||||||
(version "0.4.8")
|
(version "0.4.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.fcitx-im.org/fcitx-configtool/"
|
(uri (string-append "https://download.fcitx-im.org/fcitx-configtool/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vaim0namw58bfafbvws1vgd4010p19zwqfbx6bd1zi5sgchdg0f"))))
|
"1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue