1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libime: Update to 1.1.10.

* gnu/packages/fcitx5.scm (libime): Update to 1.1.10.

Change-Id: I80bd40711173454413b024636630b281d937860c
This commit is contained in:
宋文武
2025-02-11 12:29:07 +08:00
parent 59be8fa610
commit 021c31e3a5

View File

@@ -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")))