diff options
| author | Mike Goodspeed | 2013-12-18 09:47:27 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-18 20:21:58 -0800 |
| commit | 2f4228cc1fa88912897be0a1f986206883035249 (patch) | |
| tree | 5fc61b73cccd1bf1e93ea766cd5cae8a22699631 /Library/Formula/python.rb | |
| parent | b3f2793bd87de017776489f0c01cef9f1486ed21 (diff) | |
| download | homebrew-2f4228cc1fa88912897be0a1f986206883035249.tar.bz2 | |
python: setuptools 2.0.1
Closes #25307.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 5a69df73e..b24b984c2 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-1.3.2.tar.gz' - sha1 '77180132225c5b4696e6d061655e291f3d1b20f5' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz' + sha1 '5283b4dca46d45efd1156713ab51836509646c03' end resource 'pip' do |
