guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: fcitx5-configtool: Update to 5.0.8.


From: guix-commits
Subject: 04/04: gnu: fcitx5-configtool: Update to 5.0.8.
Date: Wed, 10 Nov 2021 07:36:42 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 159ee051308125ad90d6e9205ccf3defd0c39082
Author: dan <igaryhe@gmail.com>
AuthorDate: Sun Nov 7 22:08:37 2021 +0800

    gnu: fcitx5-configtool: Update to 5.0.8.
    
    * gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.8.
    
    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 01c9d62..0c4980a 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -348,7 +348,7 @@ including input methods previous bundled inside Fcitx 4:
 (define-public fcitx5-configtool
   (package
     (name "fcitx5-configtool")
-    (version "5.0.5")
+    (version "5.0.8")
     (source
      (origin
        (method url-fetch)
@@ -356,7 +356,7 @@ including input methods previous bundled inside Fcitx 4:
              "https://download.fcitx-im.org/fcitx5";
              "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
        (sha256
-        (base32 "1diwiniqvsvcdwzcx1dqxbvwsr6ajbxs67my0cpn8n22asd5mx8i"))))
+        (base32 "0rajrw914mbl0x7h08cal0sszwyvqg6v3w0vs0c9acs6m438xbw4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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