1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02: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:
宋文武 2022-11-07 16:32:01 +08:00
parent 06db86ec4e
commit 38a1cf3d26
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -347,7 +347,7 @@ for Qt based application.")
(define-public fcitx5-anthy (define-public fcitx5-anthy
(package (package
(name "fcitx5-anthy") (name "fcitx5-anthy")
(version "5.0.9") (version "5.0.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -355,7 +355,7 @@ for Qt based application.")
"/fcitx5-anthy/fcitx5-anthy-" "/fcitx5-anthy/fcitx5-anthy-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "0i2ahfp1vh0cs3brcsfblzqwszal2qj1ncgb1hbc9v03s1j6bybk")))) (base32 "090wdxsd0clynw5k3l522mcrywqv5p194kjl79g8jbwa637642w0"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;; no tests `(#:tests? #f)) ;; no tests