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 7389c28ad..6548e4f6d 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.32.tar.gz'
- sha1 '65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz'
+ sha1 'b6f9cfbaf3e63833b71009812a613be13e68f5de'
end
class Pip < Formula