lol

setuptools: 18.0.1 -> 18.2

(cherry picked from commit 43b3f6e59d5e948adeab1ffd74a09ec252b372fd)
Signed-off-by: Domen Kožar <domen@dev.si>

+3 -3
+3 -3
pkgs/development/python-modules/setuptools/default.nix
··· 4 4 shortName = "setuptools-${version}"; 5 5 name = "${python.executable}-${shortName}"; 6 6 7 - version = "18.0.1"; 7 + version = "18.2"; 8 8 9 9 src = fetchurl { 10 10 url = "http://pypi.python.org/packages/source/s/setuptools/${shortName}.tar.gz"; 11 - sha256 = "152b4qlpqc54939vfx5ipjpgx0kln02n3ywpm6x25pqysngwjjad"; 11 + sha256 = "07avbdc26yl2a46s76fc7m4vg611g8sh39l26x9dr9byya6sb509"; 12 12 }; 13 13 14 14 buildInputs = [ python wrapPython distutils-cfg ]; ··· 35 35 homepage = http://pypi.python.org/pypi/setuptools; 36 36 license = [ "PSF" "ZPL" ]; 37 37 platforms = platforms.all; 38 - }; 38 + }; 39 39 }