guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dbus: Update to 1.10.16.


From: Leo Famulari
Subject: 01/01: gnu: dbus: Update to 1.10.16.
Date: Thu, 16 Feb 2017 13:49:34 -0500 (EST)

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

commit 96aad36f9f0f328756753964f2769bb47bf7146a
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 16 13:48:57 2017 -0500

    gnu: dbus: Update to 1.10.16.
    
    * gnu/packages/glib.scm (dbus): Update to 1.10.16.
---
 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 9dd46d6..1a794db 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -67,7 +67,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.14")
+    (version "1.10.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -75,7 +75,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "10x0wvv2ly4lyyfd42k4xw0ar5qdbi9cksw3l5fcwf1y6mq8y8r3"))
+                "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57"))
               (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]