me
/
guix
Archived
1
0
Fork 0

gnu: fcitx5: Update to 5.1.7.

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

Change-Id: Ifd87b6bb21afd2980d95a09177f28048d9a7e182
master
宋文武 2024-01-18 19:26:45 +08:00
parent 6a048713ec
commit 21eeda2f57
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

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)