mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
21c0b175af
commit
98726047a0
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue