aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-04 11:08:35 -0800
committerAdam Vandenberg2013-01-04 11:08:35 -0800
commit1707d820bc80e5e8c1628dd1cb6b07d6297d2208 (patch)
treec9f89ac547fe206d206acf6eb943facd240ce7c4 /Library/Formula/python3.rb
parent80450dbdc8fb2c658a3fa7c4c272bc880a50d9d9 (diff)
downloadhomebrew-1707d820bc80e5e8c1628dd1cb6b07d6297d2208.tar.bz2
python: distribute 0.6.34
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