diff options
author | dan <igaryhe@gmail.com> | 2021-11-07 22:08:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-11-10 20:24:54 +0800 |
commit | 159ee051308125ad90d6e9205ccf3defd0c39082 (patch) | |
tree | 6b2a76e2a7f92cd35b7d469874c72f4b5c98c511 | |
parent | dcf48a178f309e61e7fdfced685cfbfa7cb3f772 (diff) |
gnu: fcitx5-configtool: Update to 5.0.8.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.8.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 01c9d62154..0c4980aba2 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -348,7 +348,7 @@ including input methods previous bundled inside Fcitx 4: (define-public fcitx5-configtool (package (name "fcitx5-configtool") - (version "5.0.5") + (version "5.0.8") (source (origin (method url-fetch) @@ -356,7 +356,7 @@ including input methods previous bundled inside Fcitx 4: "https://download.fcitx-im.org/fcitx5" "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz")) (sha256 - (base32 "1diwiniqvsvcdwzcx1dqxbvwsr6ajbxs67my0cpn8n22asd5mx8i")))) + (base32 "0rajrw914mbl0x7h08cal0sszwyvqg6v3w0vs0c9acs6m438xbw4")))) (build-system cmake-build-system) (arguments `(#:configure-flags |