guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 863e550eff89ce24cc5f994ceff97aed807d9c7d
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 12 14:38:21 2025 +0800

    gnu: fcitx5-chewing: Update to 5.1.8.
    
    * gnu/packages/fcitx5.scm (fcitx5-chewing): Update to 5.1.8.
    
    Change-Id: Ia0e383b0db8e9340b09d7aa652d314a49a66b657
    Signed-off-by: Hilton Chain <[email protected]>
---
 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 743113b9e2..3fb189e42a 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -416,14 +416,14 @@ backend.")
 (define-public fcitx5-chewing
   (package
     (name "fcitx5-chewing")
-    (version "5.1.7")
+    (version "5.1.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/fcitx/fcitx5-chewing";)
                     (commit version)))
               (sha256
-               (base32 "1hr5ylyzm5r02la5lh6alrp6g19y0dm9ccydd9ygy30srd26pga0"))
+               (base32 "1l9hps0w1da3rjmkipzgb13fyh1nhalapgynywvjd1zvj9njazrs"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

Reply via email to