python3: pip 6.0.8
This commit is contained in:
parent
ab1bbe27b1
commit
87d0a2919b
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ class Python3 < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "pip" do
|
resource "pip" do
|
||||||
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.7.tar.gz"
|
url "https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz"
|
||||||
sha1 "d2539dcd3d938863c7f6d7197d2f53066c92cf23"
|
sha1 "bd59a468f21b3882a6c9d3e189d40c7ba1e1b9bd"
|
||||||
end
|
end
|
||||||
|
|
||||||
patch :DATA if build.with? "brewed-tk"
|
patch :DATA if build.with? "brewed-tk"
|
||||||
|
|
Loading…
Reference in a new issue