guix-commits
[Top][All Lists]
Advanced

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

48/48: gnu: dbus: Update to 1.10.10.


From: ???
Subject: 48/48: gnu: dbus: Update to 1.10.10.
Date: Tue, 23 Aug 2016 12:11:51 +0000 (UTC)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit e732737a2e40a64cbc6e7d98a0926ce297cfe127
Author: 宋文武 <address@hidden>
Date:   Tue Aug 23 20:00:02 2016 +0800

    gnu: dbus: Update to 1.10.10.
    
    * gnu/packages/glib.scm (dbus): Update to 1.10.10.
---
 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 f165e83..f20eb5f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -61,7 +61,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.8")
+    (version "1.10.10")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -69,7 +69,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "0560y3hxpgh346w6avcrcz79c8ansmn771y5xpcvvlr6m8mx5wxs"))
+                "0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx"))
               (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]