aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorMike Goodspeed2014-02-04 19:18:19 -0600
committerAdam Vandenberg2014-02-06 07:52:55 -0800
commitcc96d41f6e9684741f6cdee5d418c23161b25178 (patch)
tree7a3db0a1cc363309fb960cb5eee229d2348a1f6c /Library/Formula/python.rb
parent1d092047e5245e99739ea3c61e233b59fc2fb5fa (diff)
downloadhomebrew-cc96d41f6e9684741f6cdee5d418c23161b25178.tar.bz2
python: setuptools 2.1
Closes #26418. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index e0f8ce3f5..4f57830e3 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -25,8 +25,8 @@ class Python < Formula
skip_clean 'bin/easy_install', 'bin/easy_install-2.7'
resource 'setuptools' do
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz'
- sha1 '5283b4dca46d45efd1156713ab51836509646c03'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz'
+ sha1 '3e4a325d807eb0104e98985e7bd9f1ef86fc2efa'
end
resource 'pip' do