Skip to content

Commit 2aa6ffe

Browse files
committed
virtualenv 20.31.2
1 parent cbb921d commit 2aa6ffe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/v/virtualenv.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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/53/07/655f4fb9592967f49197b00015bb5538d3ed1f8f96621a10bebc3bb822e2/virtualenv-20.31.1.tar.gz"
7-
sha256 "65442939608aeebb9284cd30baca5865fcd9f12b58bb740a24b220030df46d26"
6+
url "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz"
7+
sha256 "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af"
88
license "MIT"
99
head "https://github.com/pypa/virtualenv.git", branch: "main"
1010

@@ -31,8 +31,8 @@ class Virtualenv < Formula
3131
end
3232

3333
resource "platformdirs" do
34-
url "https://files.pythonhosted.org/packages/b6/2d/7d512a3913d60623e7eb945c6d1b4f0bddf1d0b7ada5225274c87e5b53d1/platformdirs-4.3.7.tar.gz"
35-
sha256 "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"
34+
url "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz"
35+
sha256 "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"
3636
end
3737

3838
def install

0 commit comments

Comments
 (0)