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 9f1b3f2cf..d903722a7 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -7,8 +7,8 @@ require Formula.path("python") # For TkCheck requirement
# `brew install python`.
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
- sha1 '709bd97d46050d69865d4b588c7707768dfe6711'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz'
+ sha1 '40dfce237883d1c02817f726128f61614dc686ff'
end
class Pip < Formula