update to 0.6c11
svn path=/nixpkgs/trunk/; revision=19110
This commit is contained in:
parent
0c7bf3c65a
commit
d2e97d4983
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user