gnu: libime: Update to 1.1.11.

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

Change-Id: Id6c7e0d8691ba0b4f64459b09c8f360e63cdffc0
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Zheng Junjie 2025-08-12 14:38:20 +08:00 committed by Hilton Chain
parent 21c0b175af
commit 98726047a0
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -177,14 +177,14 @@ client.")
(define-public libime
(package
(name "libime")
(version "1.1.10")
(version "1.1.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.zst"))
(sha256
(base32 "17mdxbj8bb6vmjwfghy0hm0vvzcank835ayz9h8nhsaiap46nx54"))))
(base32 "1ms8vmv9fdr2czf7511jxiw7wyclvbkd82xkk16hahcvrszbrjqb"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost (list zstd "lib")))