iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit ed313f1015a3d75575b54c46ce0ef330c3886d5b
Author: 宋文武 <[email protected]>
Date: Thu Mar 24 09:55:45 2016 +0800
gnu: dbus: Update to 1.10.8.
* gnu/packages/glib.scm (dbus): Update to 1.10.8.
---
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 8ce7976..854a1f2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -59,7 +59,7 @@
(define dbus
(package
(name "dbus")
- (version "1.10.0")
+ (version "1.10.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -67,7 +67,7 @@
version ".tar.gz"))
(sha256
(base32
- "0jwj7wlrhq5y0fwfh8k2d9rgdpfax06lj8698g6iqbwrzd2rgyqx"))
+ "0560y3hxpgh346w6avcrcz79c8ansmn771y5xpcvvlr6m8mx5wxs"))
(patches
(list (search-patch "dbus-helper-search-path.patch")))))
(build-system gnu-build-system)