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 #35 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 10/11] gnu: fcitx5-configtool: Update to 5.1.8.
Date: Tue, 11 Feb 2025 12:29:13 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.8.

Change-Id: I5cdcae2b7c184597c64243dd86e6c7ff632907bf
---
 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 45e77fef02..2b90075f20 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -464,15 +464,15 @@ (define-public fcitx5-chinese-addons
 (define-public fcitx5-configtool
   (package
     (name "fcitx5-configtool")
-    (version "5.1.3")
+    (version "5.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://download.fcitx-im.org/fcitx5"
-             "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
+             "/fcitx5-configtool/fcitx5-configtool-" version ".tar.zst"))
        (sha256
-        (base32 "1pnwrj6kgha91djfvd2439nbhrmjargpw8ashhb91y5h3cdz7vhz"))))
+        (base32 "1kg0hddds7raqf5y4qw2x02hb4i5impv4hjfm2qvcn3g775rzrq6"))))
     (build-system cmake-build-system)
     (arguments (list #:configure-flags #~(list "-DUSE_QT6=ON")))
     (inputs
-- 
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.