diff options
| author | Mike Goodspeed | 2014-02-04 19:18:19 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-06 07:52:55 -0800 | 
| commit | cc96d41f6e9684741f6cdee5d418c23161b25178 (patch) | |
| tree | 7a3db0a1cc363309fb960cb5eee229d2348a1f6c /Library/Formula/python3.rb | |
| parent | 1d092047e5245e99739ea3c61e233b59fc2fb5fa (diff) | |
| download | homebrew-cc96d41f6e9684741f6cdee5d418c23161b25178.tar.bz2 | |
python: setuptools 2.1
Closes #26418.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index b68a49627..8a1e450de 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -26,8 +26,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-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  | 
