* Updated dbus-python.
svn path=/nixpkgs/trunk/; revision=22470
This commit is contained in:
parent
2bdfbcadc6
commit
94e5cdd437
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user