guix-commits
[Top][All Lists]
Advanced

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

17/21: gnu: fcitx5-configtool: Update to 5.0.2.


From: guix-commits
Subject: 17/21: gnu: fcitx5-configtool: 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 00a04b8ad927fb262dfcfe187f47bc8cd8d03804
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Tue Jan 19 17:55:56 2021 +0800

    gnu: fcitx5-configtool: Update to 5.0.2.
    
    * gnu/packages/fcitx5.scm(fcitx5-configtool): 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 2ab576d..79d5799 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -345,7 +345,7 @@ including input methods previous bundled inside Fcitx 4:
 (define-public fcitx5-configtool
   (package
     (name "fcitx5-configtool")
-    (version "5.0.1")
+    (version "5.0.2")
     (source
      (origin
        (method url-fetch)
@@ -353,7 +353,7 @@ including input methods previous bundled inside Fcitx 4:
              "https://download.fcitx-im.org/fcitx5";
              "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
        (sha256
-        (base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
+        (base32 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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