summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-28 21:16:41 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-28 21:16:41 +0100
commited2545f0fa0e2ad99d5a0c45f532c539b299b9fb (patch)
tree450c6009442daaef96524eaa2472a73a5c37a67b /gnu/packages
parent8ae794ed4b0ef342a9cfc7ac31c2d9dd43723c7c (diff)
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/glib.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 606802e7de5..40b05747b76 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -89,15 +89,15 @@
89(define dbus 89(define dbus
90 (package 90 (package
91 (name "dbus") 91 (name "dbus")
92 (version "1.13.18") 92 (version "1.12.20")
93 (source (origin 93 (source (origin
94 (method url-fetch) 94 (method url-fetch)
95 (uri (string-append 95 (uri (string-append
96 "https://dbus.freedesktop.org/releases/dbus/dbus-" 96 "https://dbus.freedesktop.org/releases/dbus/dbus-"
97 version ".tar.xz")) 97 version ".tar.gz"))
98 (sha256 98 (sha256
99 (base32 99 (base32
100 "0ki5yih89kvygiqf3qb7qfzcrw4fvilxj1b9w1y91arlbv1gay40")) 100 "1zp5gpx61v1cpqf2zwb1cidhp9xylvw49d3zydkxqk6b1qa20xpp"))
101 (patches (search-patches "dbus-helper-search-path.patch")))) 101 (patches (search-patches "dbus-helper-search-path.patch"))))
102 (build-system gnu-build-system) 102 (build-system gnu-build-system)
103 (arguments 103 (arguments