guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: fcitx5-qt: Update to 5.1.4.


From: guix-commits
Subject: 06/12: gnu: fcitx5-qt: Update to 5.1.4.
Date: Thu, 18 Jan 2024 06:42:21 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 6c1804b6da48e4a4fcbce2f413f6d73d8772b79a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Jan 11 20:11:18 2024 +0800

    gnu: fcitx5-qt: Update to 5.1.4.
    
    * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.4.
    
    Change-Id: Ie2b8a3bb061d4a068602a841dae4b50a37715668
---
 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 1545e085b5..d1c1272fc5 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.1.3")
+    (version "5.1.4")
     (source
      (origin
        (method url-fetch)
@@ -314,7 +314,7 @@ IM module for GTK+3 applications.
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0wyzq91fcqhv655fjhzfjmlj0xr365sl5cjgck75xaj08gj3mw61"))))
+        (base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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