diff options
| author | Mike Goodspeed | 2013-11-06 11:31:57 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-06 20:20:38 -0800 |
| commit | a04b443441b525e5af2b26254e59ce265c4871f5 (patch) | |
| tree | d1d31758b36e551a01b6cbd1eae4aa30675badfb /Library/Formula/python.rb | |
| parent | d87188bdf5510abcb8411fd7ac5cdd603a5ea602 (diff) | |
| download | homebrew-a04b443441b525e5af2b26254e59ce265c4871f5.tar.bz2 | |
python setuptools 1.3
Closes #24030.
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 330fbb0ec..981f59a45 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.7.tar.gz' - sha1 'd1cd31a77b7c9b662c487b7c8cb37677f7733878' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.tar.gz' + sha1 'faadca24f78488ad1a29f59bbeff9de26aa8e937' end resource 'pip' do |
