guix-commits
[Top][All Lists]
Advanced

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

16/21: gnu: fcitx5-qt: Update to 5.0.2.


From: guix-commits
Subject: 16/21: gnu: fcitx5-qt: Update to 5.0.2.
Date: Thu, 28 Jan 2021 15:08:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 249cfe69b70cc3c0a1c45990e9700a420962978e
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Fri Jan 22 17:56:51 2021 +0800

    gnu: fcitx5-qt: Update to 5.0.2.
    
    * gnu/packages/fcitx5.scm(fcitx5-qt): Update to 5.0.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 982536a..2ab576d 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -249,7 +249,7 @@ for GTK+2/GTK+3 application.")
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.0.1")
+    (version "5.0.2")
     (source
      (origin
        (method url-fetch)
@@ -257,7 +257,7 @@ for GTK+2/GTK+3 application.")
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0ilhb4yw9k3m1c4fidnv3nd5dgm9xxds11dgdys6gswjjnmcgqqm"))))
+        (base32 "15rn111mrp6lcgm0ka3vb6a6qwkv6kqkqn563wsm49n16iy1dhqj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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