guix-commits
[Top][All Lists]
Advanced

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

04/43: gnu: dbus: Update to 1.12.10.


From: Marius Bakke
Subject: 04/43: gnu: dbus: Update to 1.12.10.
Date: Tue, 21 Aug 2018 11:25:53 -0400 (EDT)

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

commit a5dae0c03c4a12f6b92c89c01f1d41b2aec398df
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 19:48:53 2018 +0200

    gnu: dbus: Update to 1.12.10.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.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 dbd9c8f..a4030a5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -80,7 +80,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.8")
+    (version "1.12.10")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -88,7 +88,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72"))
+                "1xywijmgfad4m3cxp0b4l6kvypwc53ckmhwwzbrc6n32jwj3ssab"))
               (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]