diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-11 12:29:07 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-11 19:47:24 +0800 |
commit | 021c31e3a549ba5e7140f8b6d48119bf5114fe0e (patch) | |
tree | c3653fe5d9b201485da51b3c53a78feab45d7561 | |
parent | 59be8fa610a389ec365f2fdab738a9e4ae3ce9a3 (diff) | |
download | guix-021c31e3a549ba5e7140f8b6d48119bf5114fe0e.tar.gz guix-021c31e3a549ba5e7140f8b6d48119bf5114fe0e.zip |
gnu: libime: Update to 1.1.10.
* gnu/packages/fcitx5.scm (libime): Update to 1.1.10.
Change-Id: I80bd40711173454413b024636630b281d937860c
-rw-r--r-- | gnu/packages/fcitx5.scm | 6 |
1 files 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"))) |