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
Message #20 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.3.
Change-Id: Ib0168e090eb32aa593f3ec08763493d7f0d1aecc
---
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 645315583e..9115b69e39 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -193,15 +193,15 @@ (define-public libime
(define-public fcitx5-gtk
(package
(name "fcitx5-gtk")
- (version "5.1.1")
+ (version "5.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-gtk/fcitx5-gtk-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "04xhg3xrx3m2kb5kl6pcmpnjb01wjb3wdnx4inpis0r0w0nsgkfn"))))
+ (base32 "1j2cmqmcdzfv8cxnjd75mfkfpd7r1a1iqdqc8zdx8dc88vz4dmis"))))
(build-system cmake-build-system)
(arguments
(list
--
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.