diff options
| author | Adam Vandenberg | 2014-02-06 07:52:37 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-06 07:52:55 -0800 |
| commit | 5f27433e3e2baf31cafc4a61d0383b25bf17e4f6 (patch) | |
| tree | 3721dd52426b9b8fba6a9d183d7cd3a627e59cd9 /Library/Formula/python.rb | |
| parent | cc96d41f6e9684741f6cdee5d418c23161b25178 (diff) | |
| download | homebrew-5f27433e3e2baf31cafc4a61d0383b25bf17e4f6.tar.bz2 | |
Python: pip 1.5.2
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 4f57830e3..d71bcff87 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -30,8 +30,8 @@ class Python < Formula end resource 'pip' do - url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz' - sha1 '9766254c7909af6d04739b4a7732cc29e9a48cb0' + url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz' + sha1 '4f43a6b04f83b8d83bee702750ff35be2a2b6af1' end def patches |
