diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-07 01:52:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 00:03:39 +0200 |
commit | 35cdad213ce55a94c276e4d2a1676cdaead69e9b (patch) | |
tree | 9a6883c1bb5343eb40e49099a1b2afbb4b7358d6 | |
parent | 83c36fc9f3179ec8b1a2fa71d99023171a914ab1 (diff) |
gnu: fcitx5-configtool: Update to 5.0.5.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.5.
-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 56be9b2f54..6f5826a3d8 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.2") + (version "5.0.5") (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 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb")))) + (base32 "1diwiniqvsvcdwzcx1dqxbvwsr6ajbxs67my0cpn8n22asd5mx8i")))) (build-system cmake-build-system) (arguments `(#:configure-flags |