From e6371562de0139580b79f02f0f54c50310917f29 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 25 Mar 2026 22:44:07 +0800 Subject: gnu: fcitx5-rime: Update to 5.1.13. * gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.13. Change-Id: Ie89d5ac9a4ed61bc129a60900c353976361d1180 --- 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 0fc7225e5f5..42d1c5fdddf 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -668,7 +668,7 @@ for Fcitx 5 with following color variants: (define-public fcitx5-rime (package (name "fcitx5-rime") - (version "5.1.12") + (version "5.1.13") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5" @@ -676,7 +676,7 @@ for Fcitx 5 with following color variants: ".tar.zst")) (sha256 (base32 - "1blqfk8zpzd5v2r7gwjy12jbnsh26pcvad8q4mmhlg5j10yppg03")))) + "03wcdgdhkvw5341vjv3idyksykm65y0873vkcrsi16dsp8w0h7i8")))) (build-system cmake-build-system) (arguments '(#:tests? #f ;no tests -- cgit v1.3