[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2.
From: |
iyzsong |
Subject: |
[bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2. |
Date: |
Sat, 11 Nov 2023 09:05:14 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.2.
Change-Id: I0e6e8b3774221fdb91ee91fa2870cdda3d6e9273
---
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 ce1a71076b..e7297ce9d2 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -340,7 +340,7 @@ (define-public fcitx5-qt
(define-public fcitx5-anthy
(package
(name "fcitx5-anthy")
- (version "5.1.0")
+ (version "5.1.2")
(source
(origin
(method url-fetch)
@@ -348,7 +348,7 @@ (define-public fcitx5-anthy
"/fcitx5-anthy/fcitx5-anthy-"
version ".tar.xz"))
(sha256
- (base32 "0hzk3v36ph6f2nnlqqyw08w3qakbcb71y572ff09cy5b20vb29dp"))))
+ (base32 "0a1x1b7y5n1a9clb9j9mryhx2fnd5l5rwb74f38c0s93rxx8fhpf"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.41.0
- [bug#67060] [PATCH 0/8] fcitx5 updates, iyzsong, 2023/11/10
- [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5., iyzsong, 2023/11/10
- [bug#67060] [PATCH 3/8] gnu: libime: Update to 1.1.3., iyzsong, 2023/11/10
- [bug#67060] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.3., iyzsong, 2023/11/10
- [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11., iyzsong, 2023/11/10
- [bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2.,
iyzsong <=
- [bug#67060] [PATCH 6/8] gnu: fcitx5-chinese-addons: Update to 5.1.2., iyzsong, 2023/11/10
- [bug#67060] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.3., iyzsong, 2023/11/10
- [bug#67060] [PATCH 7/8] gnu: fcitx5-configtool: Update to 5.1.2., iyzsong, 2023/11/10
- bug#67060: [PATCH 0/8] fcitx5 updates, 宋文武, 2023/11/22