diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 16:25:22 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-04-09 12:54:43 +0800 |
commit | 13f7d3e7757fee6b522842bcce04af3d6657713b (patch) | |
tree | dd603b4afe957b1943806a0c02bb96e35250a90c /gnu | |
parent | c0a19ef082327cb63b8afbadea784dcbb4f6bf5d (diff) | |
download | guix-13f7d3e7757fee6b522842bcce04af3d6657713b.tar.gz |
gnu: xcb-imdkit: Update to 1.0.5.
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.5.
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 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 |