Show More
@@ -1638,13 +1638,13 b'' | |||||
1638 | }; |
|
1638 | }; | |
1639 | }; |
|
1639 | }; | |
1640 | setuptools = super.buildPythonPackage { |
|
1640 | setuptools = super.buildPythonPackage { | |
1641 |
name = "setuptools-3 |
|
1641 | name = "setuptools-39.2.0"; | |
1642 | buildInputs = with self; []; |
|
1642 | buildInputs = with self; []; | |
1643 | doCheck = false; |
|
1643 | doCheck = false; | |
1644 | propagatedBuildInputs = with self; []; |
|
1644 | propagatedBuildInputs = with self; []; | |
1645 | src = fetchurl { |
|
1645 | src = fetchurl { | |
1646 |
url = "https://files.pythonhosted.org/packages/1 |
|
1646 | url = "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip"; | |
1647 | sha256 = "73c7f183260cec2ef870128c77106ba7a978649b8c4cddc320ec3547615e885f"; |
|
1647 | sha256 = "f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2"; | |
1648 | }; |
|
1648 | }; | |
1649 | meta = { |
|
1649 | meta = { | |
1650 | license = [ pkgs.lib.licenses.mit ]; |
|
1650 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now