diff options
| author | Adam Vandenberg | 2013-01-04 11:08:35 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 11:08:35 -0800 |
| commit | 1707d820bc80e5e8c1628dd1cb6b07d6297d2208 (patch) | |
| tree | c9f89ac547fe206d206acf6eb943facd240ce7c4 /Library/Formula/python.rb | |
| parent | 80450dbdc8fb2c658a3fa7c4c272bc880a50d9d9 (diff) | |
| download | homebrew-1707d820bc80e5e8c1628dd1cb6b07d6297d2208.tar.bz2 | |
python: distribute 0.6.34
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index b8ddc21b0..43323a272 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -16,8 +16,8 @@ class TkCheck < Requirement end 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 |
