diff options
author | dan <i@dan.games> | 2022-11-07 04:46:38 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-07 16:12:39 +0800 |
commit | b908dd0e58d52e4d155804a1ab971375f65e7a4b (patch) | |
tree | 6c4406223becf9451cf7d6d08c4d7aa83f9646a4 /gnu/packages/fcitx5.scm | |
parent | 07081e067e911ab3a62fd1a5287ff0a520fbe80a (diff) | |
download | guix-b908dd0e58d52e4d155804a1ab971375f65e7a4b.tar.gz |
gnu: fcitx5-configtool: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
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 18d718aba7..7e19159844 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -429,7 +429,7 @@ including input methods previous bundled inside Fcitx 4: (define-public fcitx5-configtool (package (name "fcitx5-configtool") - (version "5.0.8") + (version "5.0.15") (source (origin (method url-fetch) @@ -437,7 +437,7 @@ including input methods previous bundled inside Fcitx 4: "https://download.fcitx-im.org/fcitx5" "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz")) (sha256 - (base32 "0rajrw914mbl0x7h08cal0sszwyvqg6v3w0vs0c9acs6m438xbw4")))) + (base32 "1k5qmwp2v8k2r1lvagdy6ffsafcqkx4k803j9a0fm5pp5yz0ibk8")))) (build-system cmake-build-system) (arguments `(#:configure-flags |