guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 687158108397e0140f2b8171075bd0b88c1b854e
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 12 14:38:19 2025 +0800
gnu: fcitx5: Update to 5.1.14.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.14.
Change-Id: I128a7e800952aa0ce4326f102b8f01f0d84afc5d
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 ac6c80a952..2fb81829b5 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -92,7 +92,7 @@ client.")
(define-public fcitx5
(package
(name "fcitx5")
- (version "5.1.12")
+ (version "5.1.14")
(source
(origin
(method url-fetch)
@@ -100,7 +100,7 @@ client.")
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
version "_dict.tar.zst"))
(sha256
- (base32 "1zsmqicp4x2kpbrrh1r87ji3gsfxvl9ipgdni81b3mv6dv999nhr"))))
+ (base32 "1893994lrffzclblvw1jpcccqrqbpch8p5nd9jhc06ahajbz2nkk"))))
(arguments
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
(build-system cmake-build-system)