gnu: dbus: Update to 1.12.2.

* gnu/packages/glib.scm (dbus): Update to 1.12.2.
This commit is contained in:
Marius Bakke 2017-11-19 15:44:20 +01:00
parent 4c00229661
commit 3a0b4038f0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
(define dbus (define dbus
(package (package
(name "dbus") (name "dbus")
(version "1.12.0") (version "1.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -81,7 +81,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h7k7v8z2ahnwwzhqqzpjs652ddp070avi6596sk851rcy90vbrr")) "121xm3cy48vbv6nv522lfkk4zyiqc1g6v4lb3344gc3h2w4vaar7"))
(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