[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: dbus: Downgrade to 1.12.20.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: dbus: Downgrade to 1.12.20. |
Date: |
Sat, 28 Nov 2020 15:18:09 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new ed2545f gnu: dbus: Downgrade to 1.12.20.
ed2545f is described below
commit ed2545f0fa0e2ad99d5a0c45f532c539b299b9fb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 28 21:16:41 2020 +0100
gnu: dbus: Downgrade to 1.12.20.
DBus follows an even/odd release policy and 1.13 is thus unstable, as
pointed out by Marius Bakke on IRC.
* gnu/packages/glib.scm (dbus): Downgrade to 1.12.20.
---
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 606802e..40b0574 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -89,15 +89,15 @@
(define dbus
(package
(name "dbus")
- (version "1.13.18")
+ (version "1.12.20")
(source (origin
(method url-fetch)
(uri (string-append
"https://dbus.freedesktop.org/releases/dbus/dbus-"
- version ".tar.xz"))
+ version ".tar.gz"))
(sha256
(base32
- "0ki5yih89kvygiqf3qb7qfzcrw4fvilxj1b9w1y91arlbv1gay40"))
+ "1zp5gpx61v1cpqf2zwb1cidhp9xylvw49d3zydkxqk6b1qa20xpp"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: dbus: Downgrade to 1.12.20.,
guix-commits <=