guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: fcitx5-qt: Update to 5.0.7.


From: guix-commits
Subject: 03/04: gnu: fcitx5-qt: Update to 5.0.7.
Date: Wed, 10 Nov 2021 07:36:42 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit dcf48a178f309e61e7fdfced685cfbfa7cb3f772
Author: dan <igaryhe@gmail.com>
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: 宋文武 <iyzsong@member.fsf.org>
---
 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

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