guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: dbus: Update to 1.12.14.


From: guix-commits
Subject: 05/09: gnu: dbus: Update to 1.12.14.
Date: Sun, 26 May 2019 13:50:50 -0400 (EDT)

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

commit 98be913d5b467bbc56b9fddeca6e9e7b6d402b21
Author: Marius Bakke <address@hidden>
Date:   Fri May 24 19:41:33 2019 +0200

    gnu: dbus: Update to 1.12.14.
    
    * gnu/packages/glib.scm (dbus): Update to 1.12.14.
---
 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 2f70e8d..b2d4bf5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -82,7 +82,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.12")
+    (version "1.12.14")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -90,7 +90,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1y7mxhkw2shd9mi9s62k81lz8npjkrafapr4fyfms7hs04kg4ilm"))
+                "13aca7gzgl7z1dfdipfs23773w8n6z01d4rj5kmssv4gms8c5ya4"))
               (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]