diff options
author | Zhu Zihao <all_but_last@163.com> | 2021-01-19 17:55:56 +0800 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-28 21:16:08 +0200 |
commit | 00a04b8ad927fb262dfcfe187f47bc8cd8d03804 (patch) | |
tree | 9f1e91312725d5875e262c7f3c84261cf7148231 /gnu/packages/fcitx5.scm | |
parent | 249cfe69b70cc3c0a1c45990e9700a420962978e (diff) |
gnu: fcitx5-configtool: Update to 5.0.2.
* gnu/packages/fcitx5.scm(fcitx5-configtool): Update to 5.0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 2ab576df21..79d5799774 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -345,7 +345,7 @@ including input methods previous bundled inside Fcitx 4: (define-public fcitx5-configtool (package (name "fcitx5-configtool") - (version "5.0.1") + (version "5.0.2") (source (origin (method url-fetch) @@ -353,7 +353,7 @@ including input methods previous bundled inside Fcitx 4: "https://download.fcitx-im.org/fcitx5" "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz")) (sha256 - (base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b")))) + (base32 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb")))) (build-system cmake-build-system) (arguments `(#:configure-flags |