guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/97: gnu: dbus: Update to 1.10.8.


From: Ludovic Courtès
Subject: 07/97: gnu: dbus: Update to 1.10.8.
Date: Wed, 13 Apr 2016 17:31:44 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 349e67da536e05587374565c8c96f98387e2137b
Author: 宋文武 <address@hidden>
Date:   Thu Mar 24 09:55:45 2016 +0800

    gnu: dbus: Update to 1.10.8.
    
    * gnu/packages/glib.scm (dbus): Update to 1.10.8.
---
 gnu/packages/glib.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8ce7976..854a1f2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -59,7 +59,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.0")
+    (version "1.10.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -67,7 +67,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "0jwj7wlrhq5y0fwfh8k2d9rgdpfax06lj8698g6iqbwrzd2rgyqx"))
+                "0560y3hxpgh346w6avcrcz79c8ansmn771y5xpcvvlr6m8mx5wxs"))
               (patches
                (list (search-patch "dbus-helper-search-path.patch")))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]