guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: dbus: Update to 1.12.4.


From: Marius Bakke
Subject: 04/06: gnu: dbus: Update to 1.12.4.
Date: Tue, 20 Feb 2018 10:02:26 -0500 (EST)

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

commit 797278dff64dd23bc53a89ba3f8429585fd3ec80
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 15:53:53 2018 +0100

    gnu: dbus: Update to 1.12.4.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.4.
---
 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 6c34b90..c0d4fe0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -77,7 +77,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.2")
+    (version "1.12.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -85,7 +85,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "121xm3cy48vbv6nv522lfkk4zyiqc1g6v4lb3344gc3h2w4vaar7"))
+                "1ir18a4xg96mfim1z81ljmpb0k0bwhg1kwgwvbi5l1k8xil6nxgr"))
               (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]