[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65396] [PATCH 6/8] gnu: fcitx5-chinese-addons: Update to 5.1.0.
From: |
iyzsong |
Subject: |
[bug#65396] [PATCH 6/8] gnu: fcitx5-chinese-addons: Update to 5.1.0. |
Date: |
Sun, 20 Aug 2023 13:02:48 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.0.
---
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 9716ac4e23..6809d6c3b8 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -363,7 +363,7 @@ (define-public fcitx5-anthy
(define-public fcitx5-chinese-addons
(package
(name "fcitx5-chinese-addons")
- (version "5.0.17")
+ (version "5.1.0")
(source
(origin
(method url-fetch)
@@ -371,7 +371,7 @@ (define-public fcitx5-chinese-addons
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
version "_dict.tar.xz"))
(sha256
- (base32 "0vilq49q02hrim0dg4z3rm6p3ma8v4smh0r5q5rrj6bkyf1apivx"))))
+ (base32 "1akf4qqvck7m93i0183ffb7jfsz0rq4f3bkf89vfxlqp4i7lfw5l"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.41.0
- [bug#65396] [PATCH 0/8] fcitx5 updates, iyzsong, 2023/08/20
- [bug#65396] [PATCH 2/8] gnu: libime: Update to 1.1.0., iyzsong, 2023/08/20
- [bug#65396] [PATCH 1/8] gnu: fcitx5: Update to 5.1.0., iyzsong, 2023/08/20
- [bug#65396] [PATCH 6/8] gnu: fcitx5-chinese-addons: Update to 5.1.0.,
iyzsong <=
- [bug#65396] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.0., iyzsong, 2023/08/20
- [bug#65396] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.1., iyzsong, 2023/08/20
- [bug#65396] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.0., iyzsong, 2023/08/20
- [bug#65396] [PATCH 7/8] gnu: fcitx5-configtool: Update to 5.1.0., iyzsong, 2023/08/20
- [bug#65396] [PATCH 3/8] gnu: fcitx5-gtk: Update to 5.1.0., iyzsong, 2023/08/20
- bug#65396: [PATCH 0/8] fcitx5 updates, 宋文武, 2023/08/23