guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: dbus: Update to 1.12.2.


From: Marius Bakke
Subject: 07/13: gnu: dbus: Update to 1.12.2.
Date: Tue, 28 Nov 2017 08:26:37 -0500 (EST)

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

commit 3a0b4038f03d4f63e7d37d85d3f59d9837ba3972
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 15:44:20 2017 +0100

    gnu: dbus: Update to 1.12.2.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.2.
---
 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 454dca2..ccb1156 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -73,7 +73,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.0")
+    (version "1.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -81,7 +81,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1h7k7v8z2ahnwwzhqqzpjs652ddp070avi6596sk851rcy90vbrr"))
+                "121xm3cy48vbv6nv522lfkk4zyiqc1g6v4lb3344gc3h2w4vaar7"))
               (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]