guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: fcitx5-qt: Update to 5.0.15.


From: guix-commits
Subject: 04/07: gnu: fcitx5-qt: Update to 5.0.15.
Date: Mon, 7 Nov 2022 03:17:53 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 068efefa7c2f5a12b801729135358bd4e12c7f3b
Author: dan <i@dan.games>
AuthorDate: Mon Nov 7 04:46:36 2022 +0800

    gnu: fcitx5-qt: Update to 5.0.15.
    
    * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15.
    
    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 3bc0636fb8..10d7cade64 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -306,7 +306,7 @@ IM module for GTK+3 applications.
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.0.7")
+    (version "5.0.15")
     (source
      (origin
        (method url-fetch)
@@ -314,7 +314,7 @@ IM module for GTK+3 applications.
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1gspj3s1nz6mqbp3z6js5zf7mqicwm32isxlqh6whhwawr9w7vrk"))))
+        (base32 "1a21fgfsdpxxchpd5bjb7f2aj3fk7i4iawgs491974y7ad1kqx11"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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