From f9cd246ba96daeb8282fe2729f62167268f99d0d Mon Sep 17 00:00:00 2001 From: Mike Goodspeed Date: Wed, 2 Oct 2013 16:51:30 -0500 Subject: python: setuptools 1.1.6 Closes #23006. Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 54c20b3cc..cc580c7a5 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -30,8 +30,8 @@ class Python3 < Formula skip_clean "bin/easy_install3", "bin/easy_install-#{VER}" resource 'setuptools' do - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.4.tar.gz' - sha1 'b8bf9c2b8a114045598f0e16681d6a63a4d6cdf9' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz' + sha1 '4a8863e8196704759a5800afbcf33a94b802ac88' end resource 'pip' do -- cgit v1.2.3