guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: fcitx5-qt: Update to 5.0.6.


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

nckx pushed a commit to branch master
in repository guix.

commit c9a0faf9a8407cc1796eb7c5b03eb86aeadf5c73
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 7 01:10:27 2021 +0200

    gnu: fcitx5-qt: Update to 5.0.6.
    
    * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.6.
---
 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 18eddd9..72435c6 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -251,7 +251,7 @@ for GTK+2/GTK+3 application.")
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.0.5")
+    (version "5.0.6")
     (source
      (origin
        (method url-fetch)
@@ -259,7 +259,7 @@ for GTK+2/GTK+3 application.")
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0vsvrfv0b21pfrz5n0v6p458vfr8k7km50h9bhjp1bnssampjfsb"))))
+        (base32 "0wp88cmy0gn15gkfzl5z4q4qd9j1ssdmgp1rfsbw0cp3qh5x4m69"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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