mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fcitx5-skk: Update to 5.1.7.
* gnu/packages/fcitx5.scm (fcitx5-skk): Update to 5.1.7. Change-Id: Icd83f96fab78c063429c73c34396e84aaf8dea45 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
08635c5c2c
commit
51defa3fff
1 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ the Anthy input method.")
|
||||||
(define-public fcitx5-skk
|
(define-public fcitx5-skk
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-skk")
|
(name "fcitx5-skk")
|
||||||
(version "5.1.6")
|
(version "5.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -389,7 +389,7 @@ the Anthy input method.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "109fx80iaa896652lwhfdr8x9h4vmw6pc9fwns3cwp610p9x21yn"))))
|
(base32 "0xvsbsc9ybq6j0xnvq3wiidw9f6kh5n8jr3z69b7hshw59jirjaq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; no tests
|
(list #:tests? #f ; no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue