guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: dbus: Update to 1.12.0.


From: Marius Bakke
Subject: 01/05: gnu: dbus: Update to 1.12.0.
Date: Thu, 2 Nov 2017 16:18:51 -0400 (EDT)

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

commit 8bc534a7819e288d369132a118da82490df78fa1
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 1 23:49:05 2017 +0100

    gnu: dbus: Update to 1.12.0.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.0.
---
 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 cef6d7b..4eb7089 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -72,7 +72,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.24")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -80,7 +80,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "06ydmrg76l1kwl3190d72zpiy3qxy248x6gskxbj9qiqfsr4w63i"))
+                "1h7k7v8z2ahnwwzhqqzpjs652ddp070avi6596sk851rcy90vbrr"))
               (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]