guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: fcitx-configtool: Update to 0.4.10.


From: Tobias Geerinckx-Rice
Subject: 08/16: gnu: fcitx-configtool: Update to 0.4.10.
Date: Fri, 15 Jun 2018 03:57:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 914c6f621ec55086431b027ccb1ff0e7f3744b56
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 15 00:04:35 2018 +0200

    gnu: fcitx-configtool: Update to 0.4.10.
    
    * gnu/packages/fcitx.scm (fcitx-configtool): Update to 0.4.10.
---
 gnu/packages/fcitx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index 8225d25..bcd5f12 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -95,14 +95,14 @@ built-in.")
 (define-public fcitx-configtool
   (package
    (name "fcitx-configtool")
-   (version "0.4.8")
+   (version "0.4.10")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"https://download.fcitx-im.org/fcitx-configtool/";
                   name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1vaim0namw58bfafbvws1vgd4010p19zwqfbx6bd1zi5sgchdg0f"))))
+              "1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w"))))
    (build-system cmake-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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