[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4.
From: |
iyzsong |
Subject: |
[bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4. |
Date: |
Mon, 16 Jan 2023 15:34:30 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.4.
---
gnu/packages/fcitx5.scm | 4 ++--
1 file 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-module (gnu packages fcitx5)
(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 @@ (define-public xcb-imdkit
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
version ".tar.xz"))
(sha256
- (base32 "1s58vjkdrgr8h183jz4b4mjn7pbvdc9cli01cn66mgczl9p65hh9"))
+ (base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.38.1
- [bug#60853] [PATCH 0/9] fcitx5 updates, 宋文武, 2023/01/16
- [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16., iyzsong, 2023/01/16
- [bug#60853] [PATCH 3/9] gnu: fcitx5: Update to 5.0.21., iyzsong, 2023/01/16
- [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4.,
iyzsong <=
- [bug#60853] [PATCH 4/9] gnu: fcitx5-gtk: Update to 5.0.21., iyzsong, 2023/01/16
- [bug#60853] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.13., iyzsong, 2023/01/16
- [bug#60853] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.16., iyzsong, 2023/01/16
- [bug#60853] [PATCH 8/9] gnu: fcitx5-configtool: Update to 5.0.16., iyzsong, 2023/01/16
- [bug#60853] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.16., iyzsong, 2023/01/16
- [bug#60853] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.15., iyzsong, 2023/01/16
- bug#60853: [PATCH 0/9] fcitx5 updates, 宋文武, 2023/01/27