guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: fcitx5-configtool: Update to 5.0.15.


From: guix-commits
Subject: 06/07: gnu: fcitx5-configtool: 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 b908dd0e58d52e4d155804a1ab971375f65e7a4b
Author: dan <i@dan.games>
AuthorDate: Mon Nov 7 04:46:38 2022 +0800

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



reply via email to

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