diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 16:25:28 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:29 -0400 |
commit | c4900d58ac83702ceaa5f3b3ffdc53dc510a200e (patch) | |
tree | aa2a32f980f603c777834dc00372e7cfff094c32 /gnu/packages/fcitx5.scm | |
parent | 84e80ee21808198dc7ae0af1c7218b687672c63d (diff) | |
download | guix-c4900d58ac83702ceaa5f3b3ffdc53dc510a200e.tar guix-c4900d58ac83702ceaa5f3b3ffdc53dc510a200e.tar.gz |
gnu: fcitx5-chinese-addons: Update to 5.0.17.
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.17.
Diffstat (limited to 'gnu/packages/fcitx5.scm')
-rw-r--r-- | gnu/packages/fcitx5.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index f841fbe41e..30fca8eb7b 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -371,7 +371,7 @@ the Anthy input method.") (define-public fcitx5-chinese-addons (package (name "fcitx5-chinese-addons") - (version "5.0.16") + (version "5.0.17") (source (origin (method url-fetch) @@ -379,7 +379,7 @@ the Anthy input method.") "/fcitx5-chinese-addons/fcitx5-chinese-addons-" version "_dict.tar.xz")) (sha256 - (base32 "06s7d3n4h5b0msw0b48pmy3xcz7268b7r00p3wfr83wb1m9rv0xw")))) + (base32 "0vilq49q02hrim0dg4z3rm6p3ma8v4smh0r5q5rrj6bkyf1apivx")))) (build-system cmake-build-system) (arguments `(#:configure-flags |