diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-07 19:33:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-09 22:49:38 +0100 |
commit | 2704f5be09ebf30360560b4bf1264e355808c899 (patch) | |
tree | 97f31ca51c5d71671a60edff48f6d62de384aafe /gnu | |
parent | 1b34a47da0bb2657c324b25bbcb9d1758f7b8cfd (diff) | |
download | guix-2704f5be09ebf30360560b4bf1264e355808c899.tar guix-2704f5be09ebf30360560b4bf1264e355808c899.tar.gz |
gnu: ibus: Update to 1.5.15.
* gnu/packages/ibus.scm (ibus): Update to 1.5.15.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ibus.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index d441485296..7a753b4635 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -42,7 +42,7 @@ (define-public ibus (package (name "ibus") - (version "1.5.14") + (version "1.5.15") (source (origin (method url-fetch) (uri (string-append "https://github.com/ibus/ibus/" @@ -50,7 +50,7 @@ version "/ibus-" version ".tar.gz")) (sha256 (base32 - "0g4x02d7j5w1lfn4zvmzsq93h17lajgn9d7hlvr6pws28vz40ax4")))) + "11g3jf6dgvmszvpgpva0y587kr0sffl79xmymvghrb1sdynvmxs1")))) (build-system glib-or-gtk-build-system) (arguments `(#:tests? #f ; tests fail because there's no connection to dbus |