diff options
| author | Mike Goodspeed | 2013-10-02 16:51:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-10-03 15:57:20 -0500 |
| commit | f9cd246ba96daeb8282fe2729f62167268f99d0d (patch) | |
| tree | 7e12f724328ca1fa156b6894deaf2ce10ffd6139 /Library/Formula/python.rb | |
| parent | 286d8bbc2e8f44965c256c429ea75cda990b8336 (diff) | |
| download | homebrew-f9cd246ba96daeb8282fe2729f62167268f99d0d.tar.bz2 | |
python: setuptools 1.1.6
Closes #23006.
Signed-off-by: Jack Nagel <jacknagel@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 f462faf37..8cd08a291 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.4.tar.gz' - sha1 'b8bf9c2b8a114045598f0e16681d6a63a4d6cdf9' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz' + sha1 '4a8863e8196704759a5800afbcf33a94b802ac88' end resource 'pip' do |
