diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-03-28 11:27:37 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-04-07 18:39:39 +0800 |
| commit | a28c2628110d3fc2668d99264844679982e22c64 (patch) | |
| tree | 01fe4733933da94363c29274075e1a69065e52c7 /gnu | |
| parent | 74bf7d1d3936fa4fdcc1d67d5d30dbffb43164af (diff) | |
gnu: libime: Update to 1.1.14.
* gnu/packages/fcitx5.scm (libime): Update to 1.1.14.
Change-Id: I5395e66137c9e7dff45f66e89cbdbbcac9d84c21
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fcitx5.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 7888b23e7e6..af513ca17b2 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -187,14 +187,14 @@ client.") (define-public libime (package (name "libime") - (version "1.1.12") + (version "1.1.14") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" version "_dict.tar.zst")) (sha256 - (base32 "02n6xbbxfckzx5sqrclnh4cvqlnj9c5rpys07kd8r8m51paqzigq")))) + (base32 "17r54fd6whvcxn389k4ah9mj1fc61zgama5nhiv1ilx40n1hnnpv")))) (build-system cmake-build-system) (inputs (list fcitx5 boost (list zstd "lib"))) |
