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/python3.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/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 54c20b3cc..cc580c7a5 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -30,8 +30,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-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 |
