aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 2f875f440..f5c49f708 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -6,8 +6,8 @@ require 'formula'
# `brew install python`.
class Setuptools < Formula
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.tar.gz'
- sha1 '0c789b38afa522605407515efb74a0278b867628'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.4.tar.gz'
+ sha1 'b8bf9c2b8a114045598f0e16681d6a63a4d6cdf9'
end
class Pip < Formula