gnu: dbus: Update to 1.10.8.

* gnu/packages/glib.scm (dbus): Update to 1.10.8.
master
宋文武 2016-03-24 09:55:45 +08:00 committed by Ludovic Courtès
parent c010bae3e0
commit dc9f654564
1 changed files with 2 additions and 2 deletions

View File

@ -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 (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments