[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: dbus: Update to 1.10.18.
From: |
Kei Kebreau |
Subject: |
01/01: gnu: dbus: Update to 1.10.18. |
Date: |
Fri, 28 Apr 2017 12:18:02 -0400 (EDT) |
kkebreau pushed a commit to branch gnome-updates
in repository guix.
commit ac5c4346ebe361d12c788ea4566c6e97fc40ca15
Author: Kei Kebreau <address@hidden>
Date: Thu Apr 27 13:53:27 2017 -0400
gnu: dbus: Update to 1.10.18.
* gnu/packages/glib.scm (dbus): Update to 1.10.18.
---
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 4e29a55..8c334c4 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -67,7 +67,7 @@
(define dbus
(package
(name "dbus")
- (version "1.10.16")
+ (version "1.10.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -75,7 +75,7 @@
version ".tar.gz"))
(sha256
(base32
- "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57"))
+ "0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments