[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62586] [PATCH 1/9] gnu: xcb-imdkit: Update to 1.0.5.
From: |
iyzsong |
Subject: |
[bug#62586] [PATCH 1/9] gnu: xcb-imdkit: Update to 1.0.5. |
Date: |
Sat, 1 Apr 2023 16:25:22 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.5.
---
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 c365d63157..f639aa756d 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.4")
+ (version "1.0.5")
(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 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2"))
+ (base32 "1k03ix0r385lf56pyw653h3f2inkl774n9fh1wkb2m4jv4kcsgrp"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.39.2
- [bug#62586] [PATCH 0/9] fcitx5 updates, iyzsong, 2023/04/01
- [bug#62586] [PATCH 1/9] gnu: xcb-imdkit: Update to 1.0.5.,
iyzsong <=
- [bug#62586] [PATCH 3/9] gnu: libime: Update to 1.0.17., iyzsong, 2023/04/01
- [bug#62586] [PATCH 2/9] gnu: fcitx5: Update to 5.0.23., iyzsong, 2023/04/01
- [bug#62586] [PATCH 4/9] gnu: fcitx5-gtk: Update to 5.0.23., iyzsong, 2023/04/01
- [bug#62586] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.17., iyzsong, 2023/04/01
- [bug#62586] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.16., iyzsong, 2023/04/01
- [bug#62586] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.17., iyzsong, 2023/04/01
- [bug#62586] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.14., iyzsong, 2023/04/01
- [bug#62586] [PATCH 8/9] gnu: fcitx5-configtool: Update to 5.0.17., iyzsong, 2023/04/01
- bug#62586: [PATCH 0/9] fcitx5 updates, 宋文武, 2023/04/09