aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorRobson Roberto Souza Peixoto2014-05-07 15:01:37 -0300
committerAdam Vandenberg2014-05-07 19:53:03 -0700
commit3c64184e8cef94742b66a5c2af6007cabdf40536 (patch)
treea307f4b3ab64e64bc9363d5ce79ef2e6d59dd5a9 /Library/Formula/python.rb
parenta10b3923928b0387d9560665f226415843557304 (diff)
downloadhomebrew-3c64184e8cef94742b66a5c2af6007cabdf40536.tar.bz2
python upgrade pip to 1.5.5
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index ac3cdce70..e4ebcc0e9 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -36,8 +36,8 @@ class Python < Formula
end
resource 'pip' do
- url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz'
- sha1 '35ccb7430356186cf253615b70f8ee580610f734'
+ url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.5.tar.gz'
+ sha1 'ce15871b65e412589044ee8a4029fe65bc26b894'
end
# Backported security fix for CVE-2014-1912: http://bugs.python.org/issue20246