diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 16:25:22 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:28 -0400 |
commit | 44a5a6d5411f2fdc984cc325ffd778a24c6180c4 (patch) | |
tree | 1d8a5468e15eacfb5554474209adc9e9e77f025d | |
parent | 580d6ca5ce79989466e1edbe4712a54eb4ce5154 (diff) |
gnu: xcb-imdkit: Update to 1.0.5.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.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 c365d63157..f639aa756d 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.4") + (version "1.0.5") (source (origin (method url-fetch) @@ -64,7 +64,7 @@ "https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-" version ".tar.xz")) (sha256 - (base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2")) + (base32 "1k03ix0r385lf56pyw653h3f2inkl774n9fh1wkb2m4jv4kcsgrp")) (modules '((guix build utils))) (snippet '(begin |