Skip to content

Commit

Permalink
Merge pull request #194265 from Homebrew/bump-virtualenvwrapper-6.1.1
Browse files Browse the repository at this point in the history
virtualenvwrapper 6.1.1
  • Loading branch information
BrewTestBot authored Oct 13, 2024
2 parents a6254f2 + 4bdda1c commit c0887cd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/v/virtualenvwrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ class Virtualenvwrapper < Formula

desc "Python virtualenv extensions"
homepage "https://virtualenvwrapper.readthedocs.io/"
url "https://files.pythonhosted.org/packages/4e/00/71629f631867c434e49fa276d659894c7cb5715f5de2233c10bc47c1fcc6/virtualenvwrapper-6.1.0.tar.gz"
sha256 "d467beac5a44be00fb5cd1bcf332398c3dab5fb3bd3af7815ea86b4d6bb3d3a4"
url "https://files.pythonhosted.org/packages/97/0b/1f6daec2e0bd25275953256f83f98fb337b78b9d03d44b7eb9619b72b046/virtualenvwrapper-6.1.1.tar.gz"
sha256 "112e7ea34a9a3ce90aaea54182f0d3afef4d1a913eeb75e98a263b4978cd73c6"
license "MIT"

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27612e3823c2f12c22107519a4bdbcbd3ba31ac3d8a65cd96aaa9970f78902b8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27612e3823c2f12c22107519a4bdbcbd3ba31ac3d8a65cd96aaa9970f78902b8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "27612e3823c2f12c22107519a4bdbcbd3ba31ac3d8a65cd96aaa9970f78902b8"
sha256 cellar: :any_skip_relocation, sonoma: "bd698c5a7c28a00696481db6e131339c505ce05203aea647c422e53b5ff814ec"
sha256 cellar: :any_skip_relocation, ventura: "bd698c5a7c28a00696481db6e131339c505ce05203aea647c422e53b5ff814ec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "92023fd05c049b54e10a94e29445d3ea4878cb5d13b54b54ba0d05dbc3ae1dfe"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e51d9ccf87aee13767c929170db8e7012d2ada9085798e262868fda6388252b5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e51d9ccf87aee13767c929170db8e7012d2ada9085798e262868fda6388252b5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e51d9ccf87aee13767c929170db8e7012d2ada9085798e262868fda6388252b5"
sha256 cellar: :any_skip_relocation, sonoma: "8e47b3f80979e56edd1b3bec6e2513b941508a182773534c9c9f63a84c5f59ac"
sha256 cellar: :any_skip_relocation, ventura: "8e47b3f80979e56edd1b3bec6e2513b941508a182773534c9c9f63a84c5f59ac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "41c4a7cb2fdb39da69b11eb2e7a89f0772b43df9d8f98100b986f1d6e480b998"
end

depends_on "python@3.13"
Expand Down

0 comments on commit c0887cd

Please sign in to comment.