aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2015-04-06 23:47:28 -0700
committerTim D. Smith2015-04-07 00:23:43 -0700
commit2633135d73ff1857f9530effae92fff435ab4a41 (patch)
tree4d8ac5861a23beb3016651c5935adc9f69ebde46 /Library
parentd51bbc0d63b457976cd7f3407c5f2a14ea620cc3 (diff)
downloadhomebrew-2633135d73ff1857f9530effae92fff435ab4a41.tar.bz2
python3: pip 6.1.0
Closes #38425. Signed-off-by: Tim D. Smith <git@tim-smith.us>
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 839084dea..8618fe2f1 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -41,8 +41,8 @@ class Python3 < Formula
end
resource "pip" do
- url "https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz"
- sha1 "bd59a468f21b3882a6c9d3e189d40c7ba1e1b9bd"
+ url "https://pypi.python.org/packages/source/p/pip/pip-6.1.0.tar.gz"
+ sha256 "89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768"
end
# Homebrew's tcl-tk is built in a standard unix fashion (due to link errors)