diff options
| author | Mike Goodspeed | 2013-11-01 11:22:43 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-01 21:08:40 -0700 |
| commit | a40093ba9957181a5a5729c984638fc80033595f (patch) | |
| tree | 3d9ef9500f24e61b7a4560a097d05f299a98ba2f /Library/Formula/python.rb | |
| parent | 81b1068cb6f757adad8ae16efd722f0ad6685c0a (diff) | |
| download | homebrew-a40093ba9957181a5a5729c984638fc80033595f.tar.bz2 | |
python setuptools 1.1.7
Closes #23864.
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 8cd08a291..330fbb0ec 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -26,8 +26,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.1.6.tar.gz' - sha1 '4a8863e8196704759a5800afbcf33a94b802ac88' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.7.tar.gz' + sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878' end resource 'pip' do |
