diff options
Diffstat (limited to 'gnu/packages/fcitx5.scm')
| -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 492d0b47738..8a58b1b615f 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -430,14 +430,14 @@ backend.") (define-public fcitx5-unikey (package (name "fcitx5-unikey") - (version "5.1.8") + (version "5.1.10") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/fcitx/fcitx5-unikey") (commit version))) (sha256 - (base32 "1nai5v6r367iwj8yxg4flv41my57l88l9vy0id9wr3hvrvls9v31")) + (base32 "1ddg5648r8jbdr8khawfhl26020snvrlgjwppw5rlh4iw3a4m143")) (file-name (git-file-name name version)))) (build-system qt-build-system) (arguments |
