##// END OF EJS Templates
packages: synced with ce/ee
marcink -
r771:f7c4b8b6 default
parent child Browse files
Show More
@@ -801,11 +801,11 b' self: super: {'
801 };
801 };
802 };
802 };
803 "setuptools" = super.buildPythonPackage {
803 "setuptools" = super.buildPythonPackage {
804 name = "setuptools-41.1.0";
804 name = "setuptools-41.2.0";
805 doCheck = false;
805 doCheck = false;
806 src = fetchurl {
806 src = fetchurl {
807 url = "https://files.pythonhosted.org/packages/68/0c/e470db6866aedbff3c4c88faf7f81b90343d8ff32cd68b62db1b65037fb4/setuptools-41.1.0.zip";
807 url = "https://files.pythonhosted.org/packages/d9/ca/7279974e489e8b65003fe618a1a741d6350227fa2bf48d16be76c7422423/setuptools-41.2.0.zip";
808 sha256 = "1a246z6cikg42adqmpswzjp59hkqwr7xxqs7xyags4cr556bh6f5";
808 sha256 = "04k0dp9msmlv3g3zx7f5p8wdjr6hdf5c0bgmczlc4yncwyx6pf36";
809 };
809 };
810 meta = {
810 meta = {
811 license = [ pkgs.lib.licenses.mit ];
811 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now