Skip to content

Commit aac5038

Browse files
authored
Merge pull request Homebrew#183341 from Homebrew/bump-python-setuptools-74.1.1
python-setuptools 74.1.1
2 parents 784a8b5 + 18d30e9 commit aac5038

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/python-setuptools.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class PythonSetuptools < Formula
22
desc "Easily download, build, install, upgrade, and uninstall Python packages"
33
homepage "https://setuptools.pypa.io/"
4-
url "https://files.pythonhosted.org/packages/ac/11/0a953274017ca5c33a9831bc5e052e825d174a3551bd18924777794c8162/setuptools-74.1.0.tar.gz"
5-
sha256 "bea195a800f510ba3a2bc65645c88b7e016fe36709fefc58a880c4ae8a0138d7"
4+
url "https://files.pythonhosted.org/packages/27/cb/e754933c1ca726b0d99980612dc9da2886e76c83968c246cfb50f491a96b/setuptools-74.1.1.tar.gz"
5+
sha256 "2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360"
12-
sha256 cellar: :any_skip_relocation, sonoma: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a"
13-
sha256 cellar: :any_skip_relocation, ventura: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a"
14-
sha256 cellar: :any_skip_relocation, monterey: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "304c73a61d8de60d0630efbc67103f2efa311ea26598d26deb7008db5d24455a"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2"
12+
sha256 cellar: :any_skip_relocation, sonoma: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7"
13+
sha256 cellar: :any_skip_relocation, ventura: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7"
14+
sha256 cellar: :any_skip_relocation, monterey: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac4906ba35e5eef0b8024cdb4079140f8c94a7a1d395ef425b4c03ebe46bab4c"
1616
end
1717

1818
depends_on "[email protected]" => [:build, :test]

0 commit comments

Comments
 (0)