diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-05-01 01:39:55 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-05-01 15:32:23 +0200 |
commit | 3f649c79c1f2c9431b0aea1463b2759eacd24540 (patch) | |
tree | 75472b6b106ff42b7e590bf5ece6c00803db030b /gnu/packages | |
parent | ca2c342181771b83d46a94aec9786f8dd0e0a0b8 (diff) | |
download | guix-3f649c79c1f2c9431b0aea1463b2759eacd24540.tar.gz guix-3f649c79c1f2c9431b0aea1463b2759eacd24540.zip |
gnu: dbus: Update to 1.12.8.
* gnu/packages/glib.scm (dbus): Update to 1.12.8.
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 e68df128f0..7380f7d898 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -79,7 +79,7 @@ (define dbus (package (name "dbus") - (version "1.12.6") + (version "1.12.8") (source (origin (method url-fetch) (uri (string-append @@ -87,7 +87,7 @@ version ".tar.gz")) (sha256 (base32 - "05picaq8j60wlwyi84qvw5liw3nd0cws9va3krnc3pms0wm906v2")) + "1cvfi7jiby12h0f5gbysphhk99m6mch87ab3cqxkj0w36gkrkp72")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |