* Updated dbus-python.

svn path=/nixpkgs/trunk/; revision=22470
This commit is contained in:
Eelco Dolstra 2010-07-05 06:33:45 +00:00
parent 2bdfbcadc6
commit 94e5cdd437

View file

@ -2,7 +2,7 @@ a :
let
fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.83.0" a;
version = a.lib.attrByPath ["version"] "0.83.1" a;
buildInputs = with a; [
pkgconfig
];
@ -13,7 +13,7 @@ in
rec {
src = fetchurl {
url = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz";
sha256 = "14b1fwq9jyvg9qbbrmpk1264s9shm9n638hsgmkh9fn2lmd1vpc9";
sha256 = "168vrizxnszh16yk4acpfhy502w8i997d8l3w4i26kxgy433ha6f";
};
inherit buildInputs propagatedBuildInputs;