aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJack Nagel2013-05-09 14:16:08 -0500
committerJack Nagel2013-05-09 14:16:08 -0500
commit37cf16cf157d84a85f8c90d32b9050f2f670d377 (patch)
tree0e370cc7266f8d477f6d81b5f18af08e45a814a8 /Library/Formula/python3.rb
parente41f02035343db62b9ba3c11fa477684c87e21a9 (diff)
downloadhomebrew-37cf16cf157d84a85f8c90d32b9050f2f670d377.tar.bz2
python3: distribute 0.6.38
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 6a99ecd4c..eb8a62995 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -6,8 +6,8 @@ require 'formula'
# `brew install python`.
class Distribute < Formula
- url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.36.tar.gz'
- sha1 'ab69711e4ea85c84d6710ecadf1d77427539f702'
+ url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz'
+ sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
end
class Pip < Formula