guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: fcitx5-gtk: Update to 5.0.9.


From: guix-commits
Subject: 02/04: gnu: fcitx5-gtk: Update to 5.0.9.
Date: Wed, 10 Nov 2021 07:36:41 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

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

    gnu: fcitx5-gtk: Update to 5.0.9.
    
    * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.9.
    
    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 91868e9..bd939d9 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -198,7 +198,7 @@ editors.")
 (define-public fcitx5-gtk
   (package
     (name "fcitx5-gtk")
-    (version "5.0.7")
+    (version "5.0.9")
     (source
      (origin
        (method url-fetch)
@@ -206,7 +206,7 @@ editors.")
                            "/fcitx5-gtk/fcitx5-gtk-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0x9xwyb3hnb2xl47jkj8zs34fhyf7gshy3bv3jxd66sfkjrscr5v"))))
+        (base32 "07ip4sxf3q895pp7mivv2bdwcmqjnwrmv9pg99jk73cw9bgyq00n"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;No test



reply via email to

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