diff options
| author | Kashif Rasul | 2012-11-23 13:59:02 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 08:41:37 -0800 |
| commit | c844327b6788188e9f0f561ddac2e18929e6e0e5 (patch) | |
| tree | 582140521bbeb7994e59ec6e35d616e81e247ed2 /Library/Formula/python3.rb | |
| parent | d1d2744f4abc2bfc14205b089ec8667395a63ff3 (diff) | |
| download | homebrew-c844327b6788188e9f0f561ddac2e18929e6e0e5.tar.bz2 | |
distribute 0.6.30
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 9f1b3f2cf..d903722a7 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.28.tar.gz' - sha1 '709bd97d46050d69865d4b588c7707768dfe6711' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz' + sha1 '40dfce237883d1c02817f726128f61614dc686ff' end class Pip < Formula |
