diff options
| author | Samuel John | 2013-07-17 14:37:15 +0200 |
|---|---|---|
| committer | Samuel John | 2013-07-17 14:37:15 +0200 |
| commit | 6552a8d29b7974818b1fb7d61d06a67579e67eca (patch) | |
| tree | 87500d5d2d73b11e08ca521a3dae1466dbb43947 /Library/Formula/python.rb | |
| parent | 3edd0100212b580742c318492a98157640cbd50d (diff) | |
| download | homebrew-6552a8d29b7974818b1fb7d61d06a67579e67eca.tar.bz2 | |
python & python3: setuptools 0.9.5
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 2ccd5b898..e5f1d178f 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,8 +1,8 @@ require 'formula' class Setuptools < Formula - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.8.tar.gz' - sha1 '172bd5917b1823a481c1c6274da84a3bd8a8f1a3' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.5.tar.gz' + sha1 'a6ea38fb68f32abf7c1b1fe9a9c56c413f096c3a' end class Pip < Formula |
