[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
- branch core-updates updated (2a023a7bd8 -> eb32bcea32), guix-commits, 2022/07/05
- 02/15: gnu: pango: Remove input labels., guix-commits, 2022/07/05
- 06/15: gnu: Poppler: Update to 22.07.0., guix-commits, 2022/07/05
- 03/15: gnu: dbus: Update to 1.14.0.,
guix-commits <=
- 01/15: gnu: pango: Update to 1.50.7., guix-commits, 2022/07/05
- 11/15: gnu: boost, boost-static: Consolidate libboost_python phases., guix-commits, 2022/07/05
- 08/15: gnu: gd: Add release-monitoring-url., guix-commits, 2022/07/05
- 12/15: gnu: Boost: Python input is not native., guix-commits, 2022/07/05
- 04/15: gnu: harfbuzz: Update to 4.4.1., guix-commits, 2022/07/05
- 05/15: gnu: Poppler: Disable tests., guix-commits, 2022/07/05
- 07/15: gnu: libvdpau: Update to 1.5., guix-commits, 2022/07/05
- 09/15: gnu: gd: Remove input labels., guix-commits, 2022/07/05
- 10/15: gnu: boost-mpi: Remove input labels., guix-commits, 2022/07/05
- 13/15: gnu: boost-mpi: OpenMPI is not native., guix-commits, 2022/07/05