mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: fcitx5-rime: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.0.15.
This commit is contained in:
parent
b31b766ce7
commit
09354ee36e
1 changed files with 2 additions and 2 deletions
|
@ -545,7 +545,7 @@ (define (install-theme-variant variant target)
|
|||
(define-public fcitx5-rime
|
||||
(package
|
||||
(name "fcitx5-rime")
|
||||
(version "5.0.14")
|
||||
(version "5.0.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.fcitx-im.org/fcitx5"
|
||||
|
@ -553,7 +553,7 @@ (define-public fcitx5-rime
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i8wb7pbjifz48j4c18lp07ms1a2wc3p9d9g13dgimgf9yi64brm"))))
|
||||
"0qq2khc1816sbc3lw2djhpadbhlcp8g7j8wjzb2rzw9yl6n10lkh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue