guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: fcitx5-qt: Update to 5.1.0.


From: guix-commits
Subject: 04/16: gnu: fcitx5-qt: Update to 5.1.0.
Date: Wed, 23 Aug 2023 06:58:34 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit d6ebb3b6d7e77cd55837d6757dafb16b4a3214fe
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 20 13:02:46 2023 +0800

    gnu: fcitx5-qt: Update to 5.1.0.
    
    * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.0.
---
 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 01a5289fa0..a5706f3729 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -304,7 +304,7 @@ IM module for GTK+3 applications.
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.0.17")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
@@ -312,7 +312,7 @@ IM module for GTK+3 applications.
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1x4iks052jn6dcwd1lv1i9cpwh3l3qnnd3phryfsg4kn4yhyfs22"))))
+        (base32 "02gnzwf0mlshmh1hw8c1866643qmdqazwjz339jq0c3ll61f8m7h"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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