mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fcitx5-rime: Update to 5.1.11.
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.11. Change-Id: I248b8d1a08d1c0879dce7e967be4450d7dcc7f1f Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
3dbe4f3487
commit
723498e3eb
1 changed files with 2 additions and 2 deletions
|
@ -626,7 +626,7 @@ for Fcitx 5 with following color variants:
|
|||
(define-public fcitx5-rime
|
||||
(package
|
||||
(name "fcitx5-rime")
|
||||
(version "5.1.10")
|
||||
(version "5.1.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.fcitx-im.org/fcitx5"
|
||||
|
@ -634,7 +634,7 @@ for Fcitx 5 with following color variants:
|
|||
".tar.zst"))
|
||||
(sha256
|
||||
(base32
|
||||
"12c5cjpqkz37b6s106p7r4k56mssz1m8q2f6py82zbg0ybsvn980"))))
|
||||
"1xk5a0nfnxy1xaml6pdibpqf92wl2237ayyrpnkmamaxvgvw3kvi"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue