diff options
author | dan <igaryhe@gmail.com> | 2021-11-07 22:05:08 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-11-10 20:21:29 +0800 |
commit | d16650c05d2d418fc4218d5e08f715ca3d1a5b54 (patch) | |
tree | db2f3da3473e888bf45c92819729480bf249ac78 /gnu | |
parent | fcc4d62d3390a2465a0fcaf29f989f5733a910d6 (diff) |
gnu: fcitx5-gtk: Update to 5.0.9.
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.9.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-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 91868e9961..bd939d9f23 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -198,7 +198,7 @@ editors.") (define-public fcitx5-gtk (package (name "fcitx5-gtk") - (version "5.0.7") + (version "5.0.9") (source (origin (method url-fetch) @@ -206,7 +206,7 @@ editors.") "/fcitx5-gtk/fcitx5-gtk-" version ".tar.xz")) (sha256 - (base32 "0x9xwyb3hnb2xl47jkj8zs34fhyf7gshy3bv3jxd66sfkjrscr5v")))) + (base32 "07ip4sxf3q895pp7mivv2bdwcmqjnwrmv9pg99jk73cw9bgyq00n")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;No test |