pipenv: virtualenv 16.3.0
This will pick up a fix that makes pipenv 100% unusable on some systems. Ref: https://github.com/pypa/virtualenv/pull/1282 Closes #36395. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
4ef4465565
commit
16a106dca9
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ class Pipenv < Formula
|
|||
homepage "https://docs.pipenv.org/"
|
||||
url "https://files.pythonhosted.org/packages/fd/e9/01822318551caa0d62a181ba3b10f0f3757bb1e270da97165bd52db92776/pipenv-2018.11.26.tar.gz"
|
||||
sha256 "a673e606e8452185e9817a987572b55360f4d28b50831ef3b42ac3cab3fee846"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -21,8 +22,8 @@ class Pipenv < Formula
|
|||
end
|
||||
|
||||
resource "virtualenv" do
|
||||
url "https://files.pythonhosted.org/packages/4e/8b/75469c270ac544265f0020aa7c4ea925c5284b23e445cf3aa8b99f662690/virtualenv-16.1.0.tar.gz"
|
||||
sha256 "f899fafcd92e1150f40c8215328be38ff24b519cd95357fa6e78e006c7638208"
|
||||
url "https://files.pythonhosted.org/packages/8b/f4/360aa656ddb0f4168aeaa1057d8784b95d1ce12f34332c1cf52420b6db4e/virtualenv-16.3.0.tar.gz"
|
||||
sha256 "729f0bcab430e4ef137646805b5b1d8efbb43fe53d4a0f33328624a84a5121f7"
|
||||
end
|
||||
|
||||
resource "virtualenv-clone" do
|
||||
|
|
Loading…
Reference in a new issue