gnu: fcitx5-gtk: Update to 5.0.7.

* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.7.
[inputs]: Add fmt.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-07 01:52:02 +02:00
parent c9a0faf9a8
commit 83c36fc9f3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -198,7 +198,7 @@ (define-public libime
(define-public fcitx5-gtk (define-public fcitx5-gtk
(package (package
(name "fcitx5-gtk") (name "fcitx5-gtk")
(version "5.0.3") (version "5.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -206,7 +206,7 @@ (define-public fcitx5-gtk
"/fcitx5-gtk/fcitx5-gtk-" "/fcitx5-gtk/fcitx5-gtk-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "18bwwj9a5v82c6ssc8560hd8vwykakvg6sfijwdb5jswk9mafvgj")))) (base32 "0x9xwyb3hnb2xl47jkj8zs34fhyf7gshy3bv3jxd66sfkjrscr5v"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;No test `(#:tests? #f ;No test
@ -229,6 +229,7 @@ (define-public fcitx5-gtk
(string-append gtk2 "/lib"))))))))) (string-append gtk2 "/lib")))))))))
(inputs (inputs
`(("fcitx5" ,fcitx5) `(("fcitx5" ,fcitx5)
("fmt" ,fmt)
("libxkbcommon" ,libxkbcommon) ("libxkbcommon" ,libxkbcommon)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("gtk2" ,gtk+-2) ("gtk2" ,gtk+-2)