iyzsong pushed a commit to branch master
in repository guix.

commit dcf48a178f309e61e7fdfced685cfbfa7cb3f772
Author: dan <[email protected]>
AuthorDate: Sun Nov 7 22:06:56 2021 +0800

    gnu: fcitx5-qt: Update to 5.0.7.
    
    * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.7.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/fcitx5.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index bd939d9..01c9d62 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -252,7 +252,7 @@ for GTK+2/GTK+3 application.")
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.0.6")
+    (version "5.0.7")
     (source
      (origin
        (method url-fetch)
@@ -260,7 +260,7 @@ for GTK+2/GTK+3 application.")
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0wp88cmy0gn15gkfzl5z4q4qd9j1ssdmgp1rfsbw0cp3qh5x4m69"))))
+        (base32 "1gspj3s1nz6mqbp3z6js5zf7mqicwm32isxlqh6whhwawr9w7vrk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags

Reply via email to