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 #8 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 01/11] gnu: xcb-imdkit: Update to 1.0.9.
Date: Tue, 11 Feb 2025 12:29:04 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.9.

Change-Id: Iff0da1ecf78d3a1dcddd16a225d97ffd00c7b0d1
---
 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 b6002f8023..9b3ad7cb2e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -60,15 +60,15 @@ (define-module (gnu packages fcitx5)
 (define-public xcb-imdkit
   (package
     (name "xcb-imdkit")
-    (version "1.0.6")
+    (version "1.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
-             version ".tar.xz"))
+             version ".tar.zst"))
        (sha256
-        (base32 "0c2j02fxfl651mghh0l1228j2i5cqydcfv4ihp6c2j7hv0zkawgf"))
+        (base32 "010i5nxac4i0d8jyzdk6kpp7fzvqkab3nvnx7mfnalsdxyn3na3l"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
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.