mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fcitx5-chewing: Update to 5.1.7.
* gnu/packages/fcitx5.scm (fcitx5-chewing): Update to 5.1.7. Change-Id: Ia3b9a152a2a6ea09199401c850c53aac113ba025
This commit is contained in:
parent
7846ae59e3
commit
3af83d2af7
1 changed files with 2 additions and 2 deletions
|
@ -374,14 +374,14 @@ the Anthy input method.")
|
||||||
(define-public fcitx5-chewing
|
(define-public fcitx5-chewing
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-chewing")
|
(name "fcitx5-chewing")
|
||||||
(version "5.1.5")
|
(version "5.1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/fcitx/fcitx5-chewing")
|
(url "https://github.com/fcitx/fcitx5-chewing")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "011psyvvcbrw062zw807lm33n827qza7mqaagf8zb0cz3hh1qwm9"))
|
(base32 "1hr5ylyzm5r02la5lh6alrp6g19y0dm9ccydd9ygy30srd26pga0"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue