diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 15:53:53 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-20 16:01:46 +0100 |
commit | 797278dff64dd23bc53a89ba3f8429585fd3ec80 (patch) | |
tree | 173297f4d8eb31547cf5ab704c9a82c46fd59bc0 | |
parent | ab1ac4a56bd3c50b1bb59252ffdcd7ab9648fee8 (diff) | |
download | guix-797278dff64dd23bc53a89ba3f8429585fd3ec80.tar.gz |
gnu: dbus: Update to 1.12.4.
* gnu/packages/glib.scm (dbus): Update to 1.12.4.
-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 6c34b909ec..c0d4fe0e90 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -77,7 +77,7 @@ (define dbus (package (name "dbus") - (version "1.12.2") + (version "1.12.4") (source (origin (method url-fetch) (uri (string-append @@ -85,7 +85,7 @@ version ".tar.gz")) (sha256 (base32 - "121xm3cy48vbv6nv522lfkk4zyiqc1g6v4lb3344gc3h2w4vaar7")) + "1ir18a4xg96mfim1z81ljmpb0k0bwhg1kwgwvbi5l1k8xil6nxgr")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |