guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: fcitx5: Update to 5.0.23.


From: guix-commits
Subject: 02/09: gnu: fcitx5: Update to 5.0.23.
Date: Sun, 9 Apr 2023 01:07:34 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 5d2f8bf1ae8f8e46163a639e7f86073fc08e559b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Apr 1 16:25:23 2023 +0800

    gnu: fcitx5: Update to 5.0.23.
    
    * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.23.
---
 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 f639aa756d..b839243ca7 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.21")
+    (version "5.0.23")
     (source
      (origin
        (method url-fetch)
@@ -95,7 +95,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-";
              version "_dict.tar.xz"))
        (sha256
-        (base32 "10hchay93ld3fs2p17gmq50gsv96q908hzjinn0nh0qcnpz8sx60"))))
+        (base32 "1w26v0a8qizv8flpkmg04b42kwym6ca1a1chng7j2j1xizjhiw0p"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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