Skip to content

Commit ad06cc2

Browse files
authored
Merge pull request Homebrew#195855 from Homebrew/bump-virtualenv-20.27.1
virtualenv 20.27.1
2 parents 681adc7 + fffde9a commit ad06cc2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/virtualenv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Virtualenv < Formula
33

44
desc "Tool for creating isolated virtual python environments"
55
homepage "https://virtualenv.pypa.io/"
6-
url "https://files.pythonhosted.org/packages/10/7f/192dd6ab6d91ebea7adf6c030eaf549b1ec0badda9f67a77b633602f66ac/virtualenv-20.27.0.tar.gz"
7-
sha256 "2ca56a68ed615b8fe4326d11a0dca5dfbe8fd68510fb6c6349163bed3c15f2b2"
6+
url "https://files.pythonhosted.org/packages/8c/b3/7b6a79c5c8cf6d90ea681310e169cf2db2884f4d583d16c6e1d5a75a4e04/virtualenv-20.27.1.tar.gz"
7+
sha256 "142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba"
88
license "MIT"
99
head "https://github.com/pypa/virtualenv.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fffd040d4c2380da273741048b882fdf5515cb2d8274765a72ae6aad6634da1e"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fffd040d4c2380da273741048b882fdf5515cb2d8274765a72ae6aad6634da1e"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fffd040d4c2380da273741048b882fdf5515cb2d8274765a72ae6aad6634da1e"
15-
sha256 cellar: :any_skip_relocation, sonoma: "498b180a8409a544933d80403b43d732f670f75c3d30e6de6ae670b2ca2d6208"
16-
sha256 cellar: :any_skip_relocation, ventura: "498b180a8409a544933d80403b43d732f670f75c3d30e6de6ae670b2ca2d6208"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8255659b0a2613160da72e12f2c3b73ad98bb9a4b2a37fcc1dd984526f88b721"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11fce5f2b079b35fc1e4648678c4767c7b50debdef4412a52c8a0afc35445754"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11fce5f2b079b35fc1e4648678c4767c7b50debdef4412a52c8a0afc35445754"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "11fce5f2b079b35fc1e4648678c4767c7b50debdef4412a52c8a0afc35445754"
15+
sha256 cellar: :any_skip_relocation, sonoma: "898494253c6d2066bac72c5cbe923c4d277c3ea808f21a52972994351a4ff8a2"
16+
sha256 cellar: :any_skip_relocation, ventura: "898494253c6d2066bac72c5cbe923c4d277c3ea808f21a52972994351a4ff8a2"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "474032101317938d6cd1eb869e1adf8523bd1a79ecde2e8bf7e237df4972fa80"
1818
end
1919

2020
depends_on "[email protected]"

0 commit comments

Comments
 (0)