diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-03-28 11:27:37 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-04-07 18:39:39 +0800 |
| commit | 043fe19e47e7ed5c418e147db48c6cce54fe76fd (patch) | |
| tree | 46509ab36e3488a9bdd3df23f163868bb23466c1 /gnu | |
| parent | e831681a3b5c9e7981af94c7587be6d9a941a630 (diff) | |
gnu: fcitx5-lua: Update to 5.0.16.
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.16.
[native-inputs]: Add pkg-config.
Change-Id: I2dff381e854a9a807597fb34a6a2b66cd2cbeb53
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fcitx5.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index d2bab72c631..66ea01f021b 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -161,7 +161,7 @@ client.") (define-public fcitx5-lua (package (name "fcitx5-lua") - (version "5.0.15") + (version "5.0.16") (source (origin (method url-fetch) @@ -169,7 +169,7 @@ client.") "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-" version ".tar.zst")) (sha256 - (base32 "1yp5z97m8n7fwvxps1gn8pflg69j3yawgabz36bpd4wl43zkgchg")))) + (base32 "1zjiyadhqq8hijjv09khyj2shaw3ri4jgmb1ql67w9366wd0ykj2")))) (build-system cmake-build-system) (arguments (list @@ -178,7 +178,7 @@ client.") (inputs (list fcitx5 lua gettext-minimal)) (native-inputs - (list extra-cmake-modules)) + (list extra-cmake-modules pkg-config)) (home-page "https://github.com/fcitx/fcitx5-lua") (synopsis "Lua support for Fcitx 5") (description "Fcitx5-lua allows writing Fcitx5 extension in Lua.") |
