guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: dbus: Update to 1.10.24.


From: Marius Bakke
Subject: 03/09: gnu: dbus: Update to 1.10.24.
Date: Thu, 12 Oct 2017 14:42:02 -0400 (EDT)

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

commit 4bc2f9dca3b7b7f0313597c23f1f6434a902e265
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 7 18:10:53 2017 +0200

    gnu: dbus: Update to 1.10.24.
    
    * gnu/packages/glib.scm (dbus): Update to 1.10.24.
---
 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 bacc632..9065e24 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -67,7 +67,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.22")
+    (version "1.10.24")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -75,7 +75,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "15vv9gz5i4f5l7h0d045qz5iyvl89hjk2k83lb4vbizd7qg41cg2"))
+                "06ydmrg76l1kwl3190d72zpiy3qxy248x6gskxbj9qiqfsr4w63i"))
               (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]