aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorAlex Gaynor2014-12-13 09:17:12 -0800
committerTim D. Smith2014-12-13 15:02:41 -0800
commitd4901242d31dbc48af83de06b01c32d50aa216e0 (patch)
tree14593215297a97320a7ef26fac57762e3bc3af74 /Library/Formula/python.rb
parent4608194171adcf5a3167bd9bc2bd21abc9ef5644 (diff)
downloadhomebrew-d4901242d31dbc48af83de06b01c32d50aa216e0.tar.bz2
python: setuptools 8.0
Signed-off-by: Tim D. Smith <git@tim-smith.us>
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 e2bfb7707..6e62b71ab 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -32,8 +32,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-7.0.tar.gz"
- sha1 "971d3efef71872c9d420df4cff6e04255024f9ae"
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.tar.gz"
+ sha1 "735a65e0df5781b43a542ffc7fe1ffb42fede843"
end
resource "pip" do