diff options
| author | Adam Vandenberg | 2013-11-13 07:59:02 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-13 07:59:02 -0800 |
| commit | ff5dd197e9f2e681330915c7cc9a541078bcb2f9 (patch) | |
| tree | 8d188d4bcc77824fbff043018ec45f3b5dea862e /Library/Formula/python.rb | |
| parent | 821d753d883a68036305d10170df45b6430df1a8 (diff) | |
| download | homebrew-ff5dd197e9f2e681330915c7cc9a541078bcb2f9.tar.bz2 | |
setuptools 1.3.2
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 cf2882737..786781444 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.3.tar.gz' - sha1 'faadca24f78488ad1a29f59bbeff9de26aa8e937' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz' + sha1 '77180132225c5b4696e6d061655e291f3d1b20f5' end resource 'pip' do |
