diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-11-30 18:09:41 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-30 18:26:15 +0100 |
commit | 8b6aee5f82461f43a3ff4f12ccb84ae87413b112 (patch) | |
tree | fb06c46a78b266933d1f55422e933ff5c4f8fdc2 /gnu/packages | |
parent | 86cf191426534ba5eac15e02ae20b1a0ba7f0bf4 (diff) | |
download | patches-8b6aee5f82461f43a3ff4f12ccb84ae87413b112.tar patches-8b6aee5f82461f43a3ff4f12ccb84ae87413b112.tar.gz |
gnu: dbus: Update to 1.10.14.
* gnu/packages/glib.scm (dbus): Update to 1.10.14.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e7419fd88b..3683068dc4 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -64,7 +64,7 @@ (define dbus (package (name "dbus") - (version "1.10.12") + (version "1.10.14") (source (origin (method url-fetch) (uri (string-append @@ -72,7 +72,7 @@ version ".tar.gz")) (sha256 (base32 - "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1")) + "10x0wvv2ly4lyyfd42k4xw0ar5qdbi9cksw3l5fcwf1y6mq8y8r3")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |