diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-03-25 22:44:07 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-04-07 18:39:39 +0800 |
| commit | e831681a3b5c9e7981af94c7587be6d9a941a630 (patch) | |
| tree | ac2334af933b3c3b31ab477ac4c62ae2861a8c42 | |
| parent | e6371562de0139580b79f02f0f54c50310917f29 (diff) | |
gnu: fcitx5-hangul: Update to 5.1.9.
* gnu/packages/fcitx5.scm (fcitx5-hangul): Update to 5.1.9.
Change-Id: I487475e8accead397d1e7ecc3c8054866e756290
| -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 42d1c5fdddf..d2bab72c631 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -707,7 +707,7 @@ output.") (define-public fcitx5-hangul (package (name "fcitx5-hangul") - (version "5.1.7") + (version "5.1.9") (source (origin (method git-fetch) @@ -716,7 +716,7 @@ output.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "02lkbwg25jr4hazjyxcy69midfsmxc0ksbdrfwbmqcfa3kz5d9gb")))) + (base32 "0ja5faara4xz8waccpa5gbi3prh02hh3gpf915czhbkihffby6ng")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules pkg-config gettext-minimal)) (inputs (list fcitx5 libhangul)) |
