parent
4da75228ef
commit
fadc4f10aa
|
@ -57,7 +57,7 @@
|
||||||
(define-public ibus
|
(define-public ibus
|
||||||
(package
|
(package
|
||||||
(name "ibus")
|
(name "ibus")
|
||||||
(version "1.5.20")
|
(version "1.5.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ibus/ibus/"
|
(uri (string-append "https://github.com/ibus/ibus/"
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
version "/ibus-" version ".tar.gz"))
|
version "/ibus-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d6hcbw6ai91jl87lqnyn8bxi5y5kba5i9nz7knknyh69g5fbwac"))))
|
"1fd2d1jqpp1nn74x04zcilhhab0zar82n0kg614rma6n43kfbhdd"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests fail because there's no connection to dbus
|
`(#:tests? #f ; tests fail because there's no connection to dbus
|
||||||
|
|
Reference in New Issue