me
/
guix
Archived
1
0
Fork 0

gnu: dbus: Update to 1.12.10.

* gnu/packages/glib.scm (dbus): Update to 1.12.10.
master
Marius Bakke 2018-08-19 19:48:53 +02:00
parent 11e5bf70d5
commit a5dae0c03c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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