pipenv 11.10.0
Closes #26488. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
7929ef8221
commit
39776ea667
1 changed files with 4 additions and 5 deletions
|
@ -3,9 +3,8 @@ class Pipenv < Formula
|
|||
|
||||
desc "Python dependency management tool"
|
||||
homepage "https://docs.pipenv.org/"
|
||||
url "https://files.pythonhosted.org/packages/aa/43/e7426676c659fa3c1db28653ceee3571efbaaec2d2795bca00212989268a/pipenv-11.9.0.tar.gz"
|
||||
sha256 "7b3c52fb57e17ca61b6141b75c8f5ba61a95c713ca470754240f7f1dbd0a4968"
|
||||
revision 1
|
||||
url "https://files.pythonhosted.org/packages/bf/e3/1615d03e17d1ad551a7dad967e5061f30c4ab29e53fe3ad5e8e88e297424/pipenv-11.10.0.tar.gz"
|
||||
sha256 "dab6b2e5347757cda7973e6c6065c30c020c5ff8b0687306b83e962aea4adc6c"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -22,8 +21,8 @@ class Pipenv < Formula
|
|||
end
|
||||
|
||||
resource "virtualenv" do
|
||||
url "https://files.pythonhosted.org/packages/d4/0c/9840c08189e030873387a73b90ada981885010dd9aea134d6de30cd24cb8/virtualenv-15.1.0.tar.gz"
|
||||
sha256 "02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a"
|
||||
url "https://files.pythonhosted.org/packages/b1/72/2d70c5a1de409ceb3a27ff2ec007ecdd5cc52239e7c74990e32af57affe9/virtualenv-15.2.0.tar.gz"
|
||||
sha256 "1d7e241b431e7afce47e77f8843a276f652699d1fa4f93b9d8ce0076fd7b0b54"
|
||||
end
|
||||
|
||||
resource "virtualenv-clone" do
|
||||
|
|
Loading…
Reference in a new issue