aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorRobson Roberto Souza Peixoto2014-05-07 15:00:59 -0300
committerAdam Vandenberg2014-05-07 19:53:03 -0700
commita10b3923928b0387d9560665f226415843557304 (patch)
tree99f3048ff38cebd5392b5cc6eeb212809a63f604 /Library/Formula/python.rb
parent57380fdc5e3d7ee5a09d8e46e91fdec773322ba2 (diff)
downloadhomebrew-a10b3923928b0387d9560665f226415843557304.tar.bz2
python upgrade setuptools to 3.6
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 d12d86d96..ac3cdce70 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -31,8 +31,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-3.4.1.tar.gz'
- sha1 '1a7bb4736d915ec140b4225245b585c14b39b8dd'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-3.6.tar.gz'
+ sha1 '745cbb942f8015dbcbfd9df5cb815adb63c7b0e9'
end
resource 'pip' do