guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: dbus: Update to 1.14.0.


From: guix-commits
Subject: 03/15: gnu: dbus: Update to 1.14.0.
Date: Tue, 5 Jul 2022 18:38:44 -0400 (EDT)

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

commit ee449b5348966757a4b8846ad9e2aa5217c5aab9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 1 22:12:55 2022 +0200

    gnu: dbus: Update to 1.14.0.
    
    * gnu/packages/glib.scm (dbus): Update to 1.14.0.
    [source](uri): Use .xz tarball.
---
 gnu/packages/glib.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 09e634b280..928f566700 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -99,15 +99,15 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.12.20")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://dbus.freedesktop.org/releases/dbus/dbus-";
-                    version ".tar.gz"))
+                    version ".tar.xz"))
               (sha256
                (base32
-                "1zp5gpx61v1cpqf2zwb1cidhp9xylvw49d3zydkxqk6b1qa20xpp"))
+                "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
               (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]