guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: fcitx5-gtk: Update to 5.0.7.


From: guix-commits
Subject: 06/08: gnu: fcitx5-gtk: Update to 5.0.7.
Date: Tue, 8 Jun 2021 18:03:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 83c36fc9f3179ec8b1a2fa71d99023171a914ab1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 7 01:52:02 2021 +0200

    gnu: fcitx5-gtk: Update to 5.0.7.
    
    * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.7.
    [inputs]: Add fmt.
---
 gnu/packages/fcitx5.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 72435c6..56be9b2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]