From 22e47b640e45b283d0885f86e5f1c39c8953671d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 5 Oct 2014 22:08:15 +0200
Subject: [PATCH] gnu: dbus: Update to 1.8.8.

* gnu/packages/glib.scm (dbus): Update to 1.8.8.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2712ef0c8b4..a414a9d9de2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -54,7 +54,7 @@ (define-module (gnu packages glib)
 (define dbus
   (package
     (name "dbus")
-    (version "1.6.4")
+    (version "1.8.8")
     (source (origin
              (method url-fetch)
              (uri
@@ -62,7 +62,7 @@ (define dbus
                              version ".tar.gz"))
              (sha256
               (base32
-               "1wacqyfkcpayg7f8rvx9awqg275n5pksxq5q7y21lxjx85x6pfjz"))
+               "1zfi5grrlryppgrl23im82cqw6l9fk1wlc2ayvzx0yd994v2dayz"))
              (patches (list (search-patch "dbus-localstatedir.patch")))))
     (build-system gnu-build-system)
     (arguments
-- 
GitLab