diff options
| author | Tim D. Smith | 2014-12-25 00:08:41 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-31 17:53:08 -0800 |
| commit | 3776c352b326d58bd629d8236b2df51841b6bab4 (patch) | |
| tree | 2fc0b462c5e343f8c457a24ab1368c09dff79d0c /Library/Formula/python.rb | |
| parent | 9284d3e3f34c5d2366a73ffcdaac72bf549fca0e (diff) | |
| download | homebrew-3776c352b326d58bd629d8236b2df51841b6bab4.tar.bz2 | |
setuptools 9.1
Closes #35270. Closes #35194; fixes #35052, fixes #32254.
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 bea83600b..e8c9afc0f 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-8.2.1.tar.gz" - sha1 "ddb4454303142be3446437e4fafb13bbd4570133" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-9.1.tar.gz" + sha1 "b068a670c84df7b961730c6a0d00cd06c7b767f0" end resource "pip" do |
