diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-11-21 17:19:30 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-11-21 18:06:08 +0800 |
| commit | 97714acd3016d4ff1df9654d452a1454e63c85dc (patch) | |
| tree | 52d639cb91e1f24bb6926be1ccacf0ab0b7c8351 /gnu | |
| parent | 2aacf6e4c70ac6c07b8604e0e0859dfe1f901565 (diff) | |
gnu: fcitx5-rime: Update to 5.1.12.
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.12.
Change-Id: Ibd187535bfc8285938c7f250a1990e569ad5d44d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fcitx5.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 60c9e7dcb6f..be1f995037c 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -657,7 +657,7 @@ for Fcitx 5 with following color variants: (define-public fcitx5-rime (package (name "fcitx5-rime") - (version "5.1.11") + (version "5.1.12") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5" @@ -665,7 +665,7 @@ for Fcitx 5 with following color variants: ".tar.zst")) (sha256 (base32 - "1xk5a0nfnxy1xaml6pdibpqf92wl2237ayyrpnkmamaxvgvw3kvi")))) + "1blqfk8zpzd5v2r7gwjy12jbnsh26pcvad8q4mmhlg5j10yppg03")))) (build-system cmake-build-system) (arguments '(#:tests? #f ;no tests |
