aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-12-03 10:18:28 -0800
committerAdam Vandenberg2012-12-03 10:18:28 -0800
commit61e49353b5ab6a9b94caa147f4ed9500f6f7f966 (patch)
tree818cf1e7260d5231cd9e6c446a87c8860d6c5595 /Library/Formula/python3.rb
parent31ba693f2344d75bd120845077a9caf26c427dd9 (diff)
downloadhomebrew-61e49353b5ab6a9b94caa147f4ed9500f6f7f966.tar.bz2
Distribute 0.6.32
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 08e39ccee..42b82814c 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.30.tar.gz'
- sha1 '40dfce237883d1c02817f726128f61614dc686ff'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.32.tar.gz'
+ sha1 '65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8'
end
class Pip < Formula