gnu: dbus: Update to 1.12.8.

* gnu/packages/glib.scm (dbus): Update to 1.12.8.
This commit is contained in:
Marius Bakke 2018-05-01 01:39:55 +02:00
parent ca2c342181
commit 3f649c79c1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
(define dbus (define dbus
(package (package
(name "dbus") (name "dbus")
(version "1.12.6") (version "1.12.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -87,7 +87,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05picaq8j60wlwyi84qvw5liw3nd0cws9va3krnc3pms0wm906v2")) "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72"))
(patches (search-patches "dbus-helper-search-path.patch")))) (patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments