mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fcitx5-qt: Update to 5.1.9.
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.9. Change-Id: I1dd6633deaac1f9369b6d7f4840b95d42fc2efb0
This commit is contained in:
parent
82acbf3fe2
commit
a39c9a5282
1 changed files with 3 additions and 3 deletions
|
@ -311,15 +311,15 @@ IM module for GTK+3 applications.
|
|||
(define-public fcitx5-qt
|
||||
(package
|
||||
(name "fcitx5-qt")
|
||||
(version "5.1.4")
|
||||
(version "5.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.fcitx-im.org/fcitx5"
|
||||
"/fcitx5-qt/fcitx5-qt-"
|
||||
version ".tar.xz"))
|
||||
version ".tar.zst"))
|
||||
(sha256
|
||||
(base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
|
||||
(base32 "1s45iyyyl0js5p15zb3hxwsjspj0p3p4m81c7x9bz00a60b58m1i"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue