diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-07 01:52:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 00:03:39 +0200 |
commit | 83c36fc9f3179ec8b1a2fa71d99023171a914ab1 (patch) | |
tree | dbdc01e36dddc4eb708762a71f967b381fc8abf1 /gnu/packages/fcitx5.scm | |
parent | c9a0faf9a8407cc1796eb7c5b03eb86aeadf5c73 (diff) | |
download | guix-83c36fc9f3179ec8b1a2fa71d99023171a914ab1.tar.gz |
gnu: fcitx5-gtk: Update to 5.0.7.
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.7. [inputs]: Add fmt.
Diffstat (limited to 'gnu/packages/fcitx5.scm')
-rw-r--r-- | gnu/packages/fcitx5.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 72435c68fd..56be9b2f54 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -198,7 +198,7 @@ editors.") (define-public fcitx5-gtk (package (name "fcitx5-gtk") - (version "5.0.3") + (version "5.0.7") (source (origin (method url-fetch) @@ -206,7 +206,7 @@ editors.") "/fcitx5-gtk/fcitx5-gtk-" version ".tar.xz")) (sha256 - (base32 "18bwwj9a5v82c6ssc8560hd8vwykakvg6sfijwdb5jswk9mafvgj")))) + (base32 "0x9xwyb3hnb2xl47jkj8zs34fhyf7gshy3bv3jxd66sfkjrscr5v")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;No test @@ -229,6 +229,7 @@ editors.") (string-append gtk2 "/lib"))))))))) (inputs `(("fcitx5" ,fcitx5) + ("fmt" ,fmt) ("libxkbcommon" ,libxkbcommon) ("gobject-introspection" ,gobject-introspection) ("gtk2" ,gtk+-2) |