[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: dbus: Update to 1.12.6.
From: |
Marius Bakke |
Subject: |
01/04: gnu: dbus: Update to 1.12.6. |
Date: |
Thu, 8 Mar 2018 12:34:02 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 762e53c320fe001e8739b7f746840a8aac35179b
Author: Marius Bakke <address@hidden>
Date: Thu Mar 8 18:07:09 2018 +0100
gnu: dbus: Update to 1.12.6.
* gnu/packages/glib.scm (dbus): Update to 1.12.6.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bc449e1..e802d6c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -77,7 +77,7 @@
(define dbus
(package
(name "dbus")
- (version "1.12.4")
+ (version "1.12.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -85,7 +85,7 @@
version ".tar.gz"))
(sha256
(base32
- "1ir18a4xg96mfim1z81ljmpb0k0bwhg1kwgwvbi5l1k8xil6nxgr"))
+ "05picaq8j60wlwyi84qvw5liw3nd0cws9va3krnc3pms0wm906v2"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments