aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-05-09 14:15:59 -0500
committerJack Nagel2013-05-09 14:15:59 -0500
commite41f02035343db62b9ba3c11fa477684c87e21a9 (patch)
tree0b5a56779cd749c408a4970473e9a9223693c47e /Library/Formula
parent72df42f2d593818d746793e59ddc05dcc9dd65e2 (diff)
downloadhomebrew-e41f02035343db62b9ba3c11fa477684c87e21a9.tar.bz2
python: distribute 0.6.38
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index f405b99af..60616c495 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -1,8 +1,8 @@
require 'formula'
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