diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 16:25:29 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-04-09 12:54:43 +0800 |
commit | 29d05803903292ace0f3e9fe5b184312776cc1fd (patch) | |
tree | 2848e0959bd06b9a4c9e426eb29954dca582fa6c /gnu/packages/fcitx5.scm | |
parent | 96859e1c9b255323bd029f8507a3c059ab2c6b21 (diff) | |
download | guix-29d05803903292ace0f3e9fe5b184312776cc1fd.tar guix-29d05803903292ace0f3e9fe5b184312776cc1fd.tar.gz |
gnu: fcitx5-configtool: Update to 5.0.17.
* gnu/packages/fcitx5.scm (fcitx5-configtool): 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 30fca8eb7b..fa4e1b6655 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -435,7 +435,7 @@ including input methods previous bundled inside Fcitx 4: (define-public fcitx5-configtool (package (name "fcitx5-configtool") - (version "5.0.16") + (version "5.0.17") (source (origin (method url-fetch) @@ -443,7 +443,7 @@ including input methods previous bundled inside Fcitx 4: "https://download.fcitx-im.org/fcitx5" "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz")) (sha256 - (base32 "06n8yhmkammr04nhv0zaw14da3i0dg02wszbr15812shcmdcwazf")))) + (base32 "1mc6axvkv2i396v7hyqllpiv5rdnf8vvqg9bkb66ljni4dnikdpq")))) (build-system cmake-build-system) (arguments `(#:configure-flags |