diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-05 22:08:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-05 22:24:33 +0200 |
commit | 22e47b640e45b283d0885f86e5f1c39c8953671d (patch) | |
tree | b28ed6fa530d95ca9ced67c0004893e8345358da /gnu | |
parent | cb6a5c71d875fff6f1c3b2bd1e43c31cc7cfe1ac (diff) | |
download | guix-22e47b640e45b283d0885f86e5f1c39c8953671d.tar guix-22e47b640e45b283d0885f86e5f1c39c8953671d.tar.gz |
gnu: dbus: Update to 1.8.8.
* gnu/packages/glib.scm (dbus): Update to 1.8.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 2712ef0c8b..a414a9d9de 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -54,7 +54,7 @@ (define dbus (package (name "dbus") - (version "1.6.4") + (version "1.8.8") (source (origin (method url-fetch) (uri @@ -62,7 +62,7 @@ version ".tar.gz")) (sha256 (base32 - "1wacqyfkcpayg7f8rvx9awqg275n5pksxq5q7y21lxjx85x6pfjz")) + "1zfi5grrlryppgrl23im82cqw6l9fk1wlc2ayvzx0yd994v2dayz")) (patches (list (search-patch "dbus-localstatedir.patch"))))) (build-system gnu-build-system) (arguments |