mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ibus: Update to 1.5.22.
* gnu/packages/ibus.scm (ibus): Update to 1.5.22.
This commit is contained in:
parent
16af0dd907
commit
bd65a4cf01
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ (define-module (gnu packages ibus)
|
|||
(define-public ibus
|
||||
(package
|
||||
(name "ibus")
|
||||
(version "1.5.21")
|
||||
(version "1.5.22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/ibus/ibus/"
|
||||
|
@ -67,7 +67,7 @@ (define-public ibus
|
|||
version "/ibus-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fd2d1jqpp1nn74x04zcilhhab0zar82n0kg614rma6n43kfbhdd"))))
|
||||
"0jmy2w01phpmqnjnfnak7nvfna57mpgfnl87jwc4iai8ijjynw41"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; tests fail because there's no connection to dbus
|
||||
|
|
Loading…
Reference in a new issue