1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: fcitx5: Update to 5.1.7.

* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.7.

Change-Id: Ifd87b6bb21afd2980d95a09177f28048d9a7e182
This commit is contained in:
宋文武
2024-01-18 19:26:45 +08:00
parent 6a048713ec
commit 21eeda2f57

View File

@@ -88,7 +88,7 @@ client.")
(define-public fcitx5
(package
(name "fcitx5")
(version "5.1.6")
(version "5.1.7")
(source
(origin
(method url-fetch)
@@ -96,7 +96,7 @@ client.")
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
version "_dict.tar.xz"))
(sha256
(base32 "1p2yhm26nn36bjbjy8hc33ldcb8762k28853ksaq8z80959xx8lj"))))
(base32 "1wnky24a8jy4nwairzbb00j0rnn8qr2105va3kpymnvh0cyh0rwa"))))
(arguments
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
(build-system cmake-build-system)