GNU bug report logs - #76192
[PATCH 00/11] fcitx5 updates

Previous Next

Package: guix-patches;

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 #23 received at 76192 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 76192 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 06/11] gnu: fcitx5-qt: Update to 5.1.9.
Date: Tue, 11 Feb 2025 12:29:09 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.9.

Change-Id: I1dd6633deaac1f9369b6d7f4840b95d42fc2efb0
---
 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 9115b69e39..862f62fafe 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -311,15 +311,15 @@ (define-public fcitx5-gtk4
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.1.4")
+    (version "5.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.fcitx-im.org/fcitx5"
                            "/fcitx5-qt/fcitx5-qt-"
-                           version ".tar.xz"))
+                           version ".tar.zst"))
        (sha256
-        (base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
+        (base32 "1s45iyyyl0js5p15zb3hxwsjspj0p3p4m81c7x9bz00a60b58m1i"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
-- 
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.