Show More
@@ -676,13 +676,13 b'' | |||
|
676 | 676 | }; |
|
677 | 677 | }; |
|
678 | 678 | setuptools = super.buildPythonPackage { |
|
679 |
name = "setuptools-3 |
|
|
679 | name = "setuptools-39.2.0"; | |
|
680 | 680 | buildInputs = with self; []; |
|
681 | 681 | doCheck = false; |
|
682 | 682 | propagatedBuildInputs = with self; []; |
|
683 | 683 | src = fetchurl { |
|
684 |
url = "https://files.pythonhosted.org/packages/1 |
|
|
685 | sha256 = "73c7f183260cec2ef870128c77106ba7a978649b8c4cddc320ec3547615e885f"; | |
|
684 | url = "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip"; | |
|
685 | sha256 = "f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2"; | |
|
686 | 686 | }; |
|
687 | 687 | meta = { |
|
688 | 688 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now