mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fcitx5-chinese-addons: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
068efefa7c
commit
07081e067e
1 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ (define-public fcitx5-anthy
|
|||
(define-public fcitx5-chinese-addons
|
||||
(package
|
||||
(name "fcitx5-chinese-addons")
|
||||
(version "5.0.6")
|
||||
(version "5.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -373,7 +373,7 @@ (define-public fcitx5-chinese-addons
|
|||
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
|
||||
version "_dict.tar.xz"))
|
||||
(sha256
|
||||
(base32 "11l76gpcfm0x1f6x5m9s37q7ffa7xcsdydlzjdz2s6kk45fvvq89"))))
|
||||
(base32 "0l3qa958ngb19ydm4jsm44yvw2gn3p6gfjvknm4iv4fdazcr4plp"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue