mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: fcitx5-qt: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b2a5dbcef8
commit
068efefa7c
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ (define gclient
|
|||
(define-public fcitx5-qt
|
||||
(package
|
||||
(name "fcitx5-qt")
|
||||
(version "5.0.7")
|
||||
(version "5.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -314,7 +314,7 @@ (define-public fcitx5-qt
|
|||
"/fcitx5-qt/fcitx5-qt-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1gspj3s1nz6mqbp3z6js5zf7mqicwm32isxlqh6whhwawr9w7vrk"))))
|
||||
(base32 "1a21fgfsdpxxchpd5bjb7f2aj3fk7i4iawgs491974y7ad1kqx11"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue