guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dbus: Update to 1.12.8.


From: Marius Bakke
Subject: 01/02: gnu: dbus: Update to 1.12.8.
Date: Tue, 1 May 2018 09:45:53 -0400 (EDT)

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

commit 3f649c79c1f2c9431b0aea1463b2759eacd24540
Author: Marius Bakke <address@hidden>
Date:   Tue May 1 01:39:55 2018 +0200

    gnu: dbus: Update to 1.12.8.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.8.
---
 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 e68df12..7380f7d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -79,7 +79,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.6")
+    (version "1.12.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -87,7 +87,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "05picaq8j60wlwyi84qvw5liw3nd0cws9va3krnc3pms0wm906v2"))
+                "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72"))
               (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]