mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: fcitx5-anthy: Update to 5.0.12.
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.12.
This commit is contained in:
parent
06db86ec4e
commit
38a1cf3d26
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ (define-public fcitx5-qt
|
|||
(define-public fcitx5-anthy
|
||||
(package
|
||||
(name "fcitx5-anthy")
|
||||
(version "5.0.9")
|
||||
(version "5.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -355,7 +355,7 @@ (define-public fcitx5-anthy
|
|||
"/fcitx5-anthy/fcitx5-anthy-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0i2ahfp1vh0cs3brcsfblzqwszal2qj1ncgb1hbc9v03s1j6bybk"))))
|
||||
(base32 "090wdxsd0clynw5k3l522mcrywqv5p194kjl79g8jbwa637642w0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; no tests
|
||||
|
|
Loading…
Reference in a new issue