diff options
| author | Jannis Leidel | 2012-03-16 14:54:03 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-16 07:14:05 -0700 |
| commit | 97c6869df869f1a4f49e4800a665af0e2f0ebf27 (patch) | |
| tree | 798439982c1901a6f63b2cdbb450bf3ebd1ad70a /Library/Formula/python.rb | |
| parent | a112e4bd97a66b305455e670c8f1177623878187 (diff) | |
| download | homebrew-97c6869df869f1a4f49e4800a665af0e2f0ebf27.tar.bz2 | |
Python: use distribute 0.6.25.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 6aa76cecc..f0d170599 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -9,8 +9,8 @@ def as_framework? end class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz' - md5 '17722b22141aba8235787f79800cc452' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.25.tar.gz' + md5 'a690874b9964d958a3200485eb827b1d' end class Python < Formula |
