mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: fcitx5-rime: Update to 5.1.10.
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.10. Change-Id: Ieb40d3abb3dbdaf5066d60b5548b7c164051258c
This commit is contained in:
parent
4fed18a3dd
commit
4595aab4a6
1 changed files with 3 additions and 3 deletions
|
|
@ -582,15 +582,15 @@ for Fcitx 5 with following color variants:
|
|||
(define-public fcitx5-rime
|
||||
(package
|
||||
(name "fcitx5-rime")
|
||||
(version "5.1.4")
|
||||
(version "5.1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.fcitx-im.org/fcitx5"
|
||||
"/fcitx5-rime/fcitx5-rime-" version
|
||||
".tar.xz"))
|
||||
".tar.zst"))
|
||||
(sha256
|
||||
(base32
|
||||
"02rq3rcmc23qd9ravh0nf0hywkzwn3l9hb2ja74vmrf7x5cqic5m"))))
|
||||
"12c5cjpqkz37b6s106p7r4k56mssz1m8q2f6py82zbg0ybsvn980"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue