aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorTim D. Smith2015-02-09 08:41:07 -0800
committerTim D. Smith2015-02-10 22:37:27 -0800
commit4b103faeed71f970844236dccc87d7dc5b767441 (patch)
tree981efc59f5a1466960836d88c48695f833786749 /Library/Formula/python3.rb
parent779be7a2fda25c0a3052084d7a0640b06cb2353c (diff)
downloadhomebrew-4b103faeed71f970844236dccc87d7dc5b767441.tar.bz2
python3: pip 6.0.8
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 21bb51051..b0504cab5 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -40,8 +40,8 @@ class Python3 < Formula
end
resource "pip" do
- url "https://pypi.python.org/packages/source/p/pip/pip-6.0.7.tar.gz"
- sha1 "d2539dcd3d938863c7f6d7197d2f53066c92cf23"
+ url "https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz"
+ sha1 "bd59a468f21b3882a6c9d3e189d40c7ba1e1b9bd"
end
patch :DATA if build.with? "brewed-tk"