diff options
| author | Alex Gaynor | 2014-12-14 14:45:10 -0800 | 
|---|---|---|
| committer | Tim D. Smith | 2014-12-15 07:23:04 -0800 | 
| commit | 1b859e0b554795b552a4c886d6ddb536711b1bf5 (patch) | |
| tree | c509e78c7dcdcd08138d949d3ebaa020cf971c1b | |
| parent | 8d406058f4d3c20cdbe1886503da3d1fac4f59e5 (diff) | |
| download | homebrew-1b859e0b554795b552a4c886d6ddb536711b1bf5.tar.bz2 | |
python: setuptools 8.0.2
| -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 24ade9068..f07ebff27 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -33,8 +33,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-8.0.tar.gz" -    sha1 "735a65e0df5781b43a542ffc7fe1ffb42fede843" +    url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.2.tar.gz" +    sha1 "bacdf139b210ea6c16ffa98eefa2eb8074dc7869"    end    resource "pip" do | 
