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: Sat, 16 Apr 2016 09:49:29 +0000

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

commit dc9f6545645af58333d0df8d0e708862290c347d
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 c3c0aed..d5ea913 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 (search-patches "dbus-helper-search-path.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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