gnu: dbus: Update to 1.10.10.

* gnu/packages/glib.scm (dbus): Update to 1.10.10.
This commit is contained in:
宋文武 2016-08-23 20:00:02 +08:00
parent d25c1836c8
commit e732737a2e
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
(define dbus
(package
(name "dbus")
(version "1.10.8")
(version "1.10.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -69,7 +69,7 @@
version ".tar.gz"))
(sha256
(base32
"0560y3hxpgh346w6avcrcz79c8ansmn771y5xpcvvlr6m8mx5wxs"))
"0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments