gnu: dbus: Update to 1.10.22.

* gnu/packages/glib.scm (dbus): Update to 1.10.22.
This commit is contained in:
Marius Bakke 2017-07-29 17:23:33 +02:00
parent 7035d2dd69
commit 9238a9c086
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -67,7 +67,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
(version "1.10.18")
(version "1.10.22")
(source (origin
(method url-fetch)
(uri (string-append
@ -75,7 +75,7 @@ (define dbus
version ".tar.gz"))
(sha256
(base32
"0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0"))
"15vv9gz5i4f5l7h0d045qz5iyvl89hjk2k83lb4vbizd7qg41cg2"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments