diff options
| author | Adam Vandenberg | 2013-04-13 10:48:20 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-13 10:48:20 -0700 |
| commit | 864e9f1038c74dbb72a70c53b1c6963a5a0d22d6 (patch) | |
| tree | 4e62bff9e035d860d6f731484d74150e8a44d0a4 /Library/Formula/python3.rb | |
| parent | 91abd5b56775db6b225eca5feb36c66e5cd113e0 (diff) | |
| download | homebrew-864e9f1038c74dbb72a70c53b1c6963a5a0d22d6.tar.bz2 | |
Python3: package distribute 0.6.36
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 5f9a0bc90..b23f70917 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.35.tar.gz' - sha1 'a928104ea1bd1f85c35de6d0d5f1628d2602ac66' + url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.36.tar.gz' + sha1 'ab69711e4ea85c84d6710ecadf1d77427539f702' end class Pip < Formula |
