me
/
guix
Archived
1
0
Fork 0

gnu: libime: Update to 1.1.5.

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

Change-Id: I5dc2b083df7b3b3f4ed93bcbf2e86190d647a497
master
宋文武 2024-01-18 19:26:45 +08:00
parent 21eeda2f57
commit 48b5e88518
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -166,14 +166,14 @@ client.")
(define-public libime (define-public libime
(package (package
(name "libime") (name "libime")
(version "1.1.4") (version "1.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz")) version "_dict.tar.xz"))
(sha256 (sha256
(base32 "15z59vqipi95263bfh98iwmz44g3l6hc2fdx10np6xr313csazdk")))) (base32 "1bjm9axwwgjjf8pqlm8p4b11ky58d5x6sqfwzkpczs0wdvbd3xkd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list fcitx5 boost (list zstd "lib"))) (list fcitx5 boost (list zstd "lib")))