diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-09 00:42:04 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-12 20:49:12 +0100 |
commit | 7ede9a5e41dda956a36f404476d0576e2812060b (patch) | |
tree | 3c1189dd0e4e224cc97502589b203b92b8f989f4 | |
parent | 143fc1a591c552b0464674cfebf8de63bdde7461 (diff) | |
download | guix-7ede9a5e41dda956a36f404476d0576e2812060b.tar guix-7ede9a5e41dda956a36f404476d0576e2812060b.tar.gz |
gnu: D-Bus: Update to 1.12.12.
* gnu/packages/glib.scm (dbus): Update to 1.12.12.
-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 61d8e84d54..39b0a5f9e6 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -79,7 +79,7 @@ (define dbus (package (name "dbus") - (version "1.12.10") + (version "1.12.12") (source (origin (method url-fetch) (uri (string-append @@ -87,7 +87,7 @@ version ".tar.gz")) (sha256 (base32 - "1xywijmgfad4m3cxp0b4l6kvypwc53ckmhwwzbrc6n32jwj3ssab")) + "1y7mxhkw2shd9mi9s62k81lz8npjkrafapr4fyfms7hs04kg4ilm")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |