diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-23 20:00:02 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 20:00:02 +0800 |
commit | e732737a2e40a64cbc6e7d98a0926ce297cfe127 (patch) | |
tree | d594a22e9f28bee1296f7fccf41c0fa0a906b43c /gnu/packages/glib.scm | |
parent | d25c1836c836b3a63c516458aeea5bdcd25ecab3 (diff) | |
download | guix-e732737a2e40a64cbc6e7d98a0926ce297cfe127.tar guix-e732737a2e40a64cbc6e7d98a0926ce297cfe127.tar.gz |
gnu: dbus: Update to 1.10.10.
* gnu/packages/glib.scm (dbus): Update to 1.10.10.
Diffstat (limited to 'gnu/packages/glib.scm')
-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 f165e835dd..f20eb5f907 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -61,7 +61,7 @@ (define dbus (package (name "dbus") - (version "1.10.8") + (version "1.10.10") (source (origin (method url-fetch) (uri (string-append @@ -69,7 +69,7 @@ version ".tar.gz")) (sha256 (base32 - "0560y3hxpgh346w6avcrcz79c8ansmn771y5xpcvvlr6m8mx5wxs")) + "0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments |