aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"