iyzsong pushed a commit to branch master
in repository guix.

commit 021c31e3a549ba5e7140f8b6d48119bf5114fe0e
Author: 宋文武 <[email protected]>
AuthorDate: Tue Feb 11 12:29:07 2025 +0800

    gnu: libime: Update to 1.1.10.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.1.10.
    
    Change-Id: I80bd40711173454413b024636630b281d937860c
---
 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 123bebf2c3..645315583e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -171,14 +171,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.1.5")
+    (version "1.1.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
-                           version "_dict.tar.xz"))
+                           version "_dict.tar.zst"))
        (sha256
-        (base32 "1bjm9axwwgjjf8pqlm8p4b11ky58d5x6sqfwzkpczs0wdvbd3xkd"))))
+        (base32 "17mdxbj8bb6vmjwfghy0hm0vvzcank835ayz9h8nhsaiap46nx54"))))
     (build-system cmake-build-system)
     (inputs
      (list fcitx5 boost (list zstd "lib")))

Reply via email to