iyzsong pushed a commit to branch master
in repository guix.

commit 4595aab4a69b710d6c0013f5c83a2aa4b3e9f2db
Author: 宋文武 <[email protected]>
AuthorDate: Tue Feb 11 12:29:14 2025 +0800

    gnu: fcitx5-rime: Update to 5.1.10.
    
    * gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.10.
    
    Change-Id: Ieb40d3abb3dbdaf5066d60b5548b7c164051258c
---
 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 2b90075f20..99812b7556 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -582,15 +582,15 @@ for Fcitx 5 with following color variants:
 (define-public fcitx5-rime
   (package
     (name "fcitx5-rime")
-    (version "5.1.4")
+    (version "5.1.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.fcitx-im.org/fcitx5";
                                   "/fcitx5-rime/fcitx5-rime-" version
-                                  ".tar.xz"))
+                                  ".tar.zst"))
               (sha256
                (base32
-                "02rq3rcmc23qd9ravh0nf0hywkzwn3l9hb2ja74vmrf7x5cqic5m"))))
+                "12c5cjpqkz37b6s106p7r4k56mssz1m8q2f6py82zbg0ybsvn980"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ;no tests

Reply via email to