aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorMike Goodspeed2013-10-02 16:51:30 -0500
committerJack Nagel2013-10-03 15:57:20 -0500
commitf9cd246ba96daeb8282fe2729f62167268f99d0d (patch)
tree7e12f724328ca1fa156b6894deaf2ce10ffd6139 /Library/Formula/python.rb
parent286d8bbc2e8f44965c256c429ea75cda990b8336 (diff)
downloadhomebrew-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.rb4
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