GNU bug report logs -
#76192
[PATCH 00/11] fcitx5 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:20:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.6.
Change-Id: Ie6eadf7311653e058ed30d3db54cf4d82850bf2d
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 862f62fafe..429aa997ff 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -350,15 +350,15 @@ (define-public fcitx5-qt
(define-public fcitx5-anthy
(package
(name "fcitx5-anthy")
- (version "5.1.3")
+ (version "5.1.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-anthy/fcitx5-anthy-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "0dnvglzw1liacadhl3dx8sfnrw8l3ch0z2bbcby5imxzkxxmiqm4"))))
+ (base32 "08lw5d9kpjmgdss76rqf0qzs39jw371fnbb56k3z64wjg1h3722w"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.48.1
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.