mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: fcitx5: Update to 5.1.12.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.12. Change-Id: I8c00c46a507b5d923019b309e23d9033bb2b97eb
This commit is contained in:
parent
ee0023e504
commit
eb1a3d9ee5
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ client.")
|
|||
(define-public fcitx5
|
||||
(package
|
||||
(name "fcitx5")
|
||||
(version "5.1.9")
|
||||
(version "5.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -99,7 +99,7 @@ client.")
|
|||
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
|
||||
version "_dict.tar.zst"))
|
||||
(sha256
|
||||
(base32 "1r6wyxxghl673q8wmp9519s1gwg8w18mrjg3zkg9qyln3hccyhvs"))))
|
||||
(base32 "1zsmqicp4x2kpbrrh1r87ji3gsfxvl9ipgdni81b3mv6dv999nhr"))))
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
|
||||
(build-system cmake-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue