diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 19:48:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:27 +0200 |
commit | a5dae0c03c4a12f6b92c89c01f1d41b2aec398df (patch) | |
tree | af992febf449971bd03d5542220e5e7b7a5e22ac | |
parent | 11e5bf70d5108db9f792113fd423f0b20805ac47 (diff) |
gnu: dbus: Update to 1.12.10.
* gnu/packages/glib.scm (dbus): Update to 1.12.10.
-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 dbd9c8ff88..a4030a58aa 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -80,7 +80,7 @@ (define dbus (package (name "dbus") - (version "1.12.8") + (version "1.12.10") (source (origin (method url-fetch) (uri (string-append @@ -88,7 +88,7 @@ version ".tar.gz")) (sha256 (base32 - "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72")) + "1xywijmgfad4m3cxp0b4l6kvypwc53ckmhwwzbrc6n32jwj3ssab")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |