guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: fcitx5: Update to 5.0.21.


From: guix-commits
Subject: 03/09: gnu: fcitx5: Update to 5.0.21.
Date: Fri, 27 Jan 2023 21:07:36 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit f76d449d8f7c499029b4794572768200fb6978c3
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Jan 16 15:26:37 2023 +0800

    gnu: fcitx5: Update to 5.0.21.
    
    * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.21.
---
 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 e38b7940e5..9bab00e28f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -87,7 +87,7 @@ client.")
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.0.19")
+    (version "5.0.21")
     (source
      (origin
        (method url-fetch)
@@ -95,7 +95,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-";
              version "_dict.tar.xz"))
        (sha256
-        (base32 "13zp6f8z590m34yjfzkw1jckvw1k0p8gzbkwm9lfzbrz9pzgdl1p"))))
+        (base32 "10hchay93ld3fs2p17gmq50gsv96q908hzjinn0nh0qcnpz8sx60"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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