[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: dbus: Update to 1.10.14.
From: |
Marius Bakke |
Subject: |
04/05: gnu: dbus: Update to 1.10.14. |
Date: |
Wed, 30 Nov 2016 17:45:56 +0000 (UTC) |
mbakke pushed a commit to branch staging
in repository guix.
commit 8b6aee5f82461f43a3ff4f12ccb84ae87413b112
Author: Marius Bakke <address@hidden>
Date: Wed Nov 30 18:09:41 2016 +0100
gnu: dbus: Update to 1.10.14.
* gnu/packages/glib.scm (dbus): Update to 1.10.14.
---
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 e7419fd..3683068 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -64,7 +64,7 @@
(define dbus
(package
(name "dbus")
- (version "1.10.12")
+ (version "1.10.14")
(source (origin
(method url-fetch)
(uri (string-append
@@ -72,7 +72,7 @@
version ".tar.gz"))
(sha256
(base32
- "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1"))
+ "10x0wvv2ly4lyyfd42k4xw0ar5qdbi9cksw3l5fcwf1y6mq8y8r3"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments