mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: fcitx5-lua: Update to 5.0.12.
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.12. Change-Id: Ie4b4c3496a59a0a956359a73a780de8a6c2211f7
This commit is contained in:
parent
fbcdbb82a8
commit
b38955ec6e
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ (define-public fcitx5
|
||||||
(define-public fcitx5-lua
|
(define-public fcitx5-lua
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-lua")
|
(name "fcitx5-lua")
|
||||||
(version "5.0.11")
|
(version "5.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -148,7 +148,7 @@ (define-public fcitx5-lua
|
||||||
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hc1vhaycfp9bjvch7qrvza5gdimr30rvwavbwqd27lrh36910yc"))))
|
(base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue