me
/
guix
Archived
1
0
Fork 0

gnu: dbus: Update to 1.12.4.

* gnu/packages/glib.scm (dbus): Update to 1.12.4.
master
Marius Bakke 2018-02-20 15:53:53 +01:00
parent ab1ac4a56b
commit 797278dff6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
(define dbus
(package
(name "dbus")
(version "1.12.2")
(version "1.12.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -85,7 +85,7 @@
version ".tar.gz"))
(sha256
(base32
"121xm3cy48vbv6nv522lfkk4zyiqc1g6v4lb3344gc3h2w4vaar7"))
"1ir18a4xg96mfim1z81ljmpb0k0bwhg1kwgwvbi5l1k8xil6nxgr"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments