mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: fcitx5-chinese-addons: Update to 5.0.16.
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.16.
This commit is contained in:
parent
eaa2657c05
commit
48300b4ce6
1 changed files with 2 additions and 2 deletions
|
@ -371,7 +371,7 @@ (define-public fcitx5-anthy
|
|||
(define-public fcitx5-chinese-addons
|
||||
(package
|
||||
(name "fcitx5-chinese-addons")
|
||||
(version "5.0.15")
|
||||
(version "5.0.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -379,7 +379,7 @@ (define-public fcitx5-chinese-addons
|
|||
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
|
||||
version "_dict.tar.xz"))
|
||||
(sha256
|
||||
(base32 "0l3qa958ngb19ydm4jsm44yvw2gn3p6gfjvknm4iv4fdazcr4plp"))))
|
||||
(base32 "06s7d3n4h5b0msw0b48pmy3xcz7268b7r00p3wfr83wb1m9rv0xw"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue