diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-16 15:26:37 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-28 09:49:21 +0800 |
commit | 25585198e90ffb7c730553f1c71134b886cf5147 (patch) | |
tree | 4f57b2f9c439ac5a04fba110a35286c77585a1d9 | |
parent | 337499596910a11743c13df0038f23149b791edd (diff) |
gnu: xcb-imdkit: Update to 1.0.4.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.4.
-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 173e2ad7f7..e38b7940e5 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -56,7 +56,7 @@ (define-public xcb-imdkit (package (name "xcb-imdkit") - (version "1.0.3") + (version "1.0.4") (source (origin (method url-fetch) @@ -64,7 +64,7 @@ "https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-" version ".tar.xz")) (sha256 - (base32 "1s58vjkdrgr8h183jz4b4mjn7pbvdc9cli01cn66mgczl9p65hh9")) + (base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2")) (modules '((guix build utils))) (snippet '(begin |