update to 0.6c11

svn path=/nixpkgs/trunk/; revision=19110
This commit is contained in:
Armijn Hemel 2009-12-25 14:17:57 +00:00
parent 0c7bf3c65a
commit d2e97d4983

View File

@ -2,7 +2,7 @@ a :
let let
fetchurl = a.fetchurl; fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.6c9" a; version = a.lib.attrByPath ["version"] "0.6c11" a;
buildInputs = with a; [ buildInputs = with a; [
python makeWrapper python makeWrapper
]; ];
@ -12,7 +12,7 @@ rec {
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/s/setuptools/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/s/setuptools/${name}.tar.gz";
sha256 = "1n5k6hf9nn69fnprgsnr9hdxzj2j6ir76qcy9d4b2v0v62bh86g6"; sha256 = "1lx1hwxkhipyh206bgl90ddnfcnb68bzcvyawczbf833fadyl3v3";
}; };
inherit buildInputs; inherit buildInputs;