gnu: D-Bus: Update to 1.12.12.

* gnu/packages/glib.scm (dbus): Update to 1.12.12.
master
Marius Bakke 2018-12-09 00:42:04 +01:00
parent 143fc1a591
commit 7ede9a5e41
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
(package
(name "dbus")
(version "1.12.10")
(version "1.12.12")
(source (origin
(method url-fetch)
(uri (string-append
@ -87,7 +87,7 @@
version ".tar.gz"))
(sha256
(base32
"1xywijmgfad4m3cxp0b4l6kvypwc53ckmhwwzbrc6n32jwj3ssab"))
"1y7mxhkw2shd9mi9s62k81lz8npjkrafapr4fyfms7hs04kg4ilm"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments