Archived
1
0
Fork 0

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.
This commit is contained in:
Ludovic Courtès 2020-11-28 21:16:41 +01:00
parent 8ae794ed4b
commit ed2545f0fa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -89,15 +89,15 @@
(define dbus (define dbus
(package (package
(name "dbus") (name "dbus")
(version "1.13.18") (version "1.12.20")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://dbus.freedesktop.org/releases/dbus/dbus-" "https://dbus.freedesktop.org/releases/dbus/dbus-"
version ".tar.xz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ki5yih89kvygiqf3qb7qfzcrw4fvilxj1b9w1y91arlbv1gay40")) "1zp5gpx61v1cpqf2zwb1cidhp9xylvw49d3zydkxqk6b1qa20xpp"))
(patches (search-patches "dbus-helper-search-path.patch")))) (patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments