Skip to content

Commit 0286abb

Browse files
authored
Merge pull request #203625 from Homebrew/bump-python-setuptools-75.8.0
python-setuptools 75.8.0
2 parents 202d0be + a999c4a commit 0286abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/python-setuptools.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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/57/e6f0bde5a2c333a32fbcce201f906c1fd0b3a7144138712a5e9d9598c5ec/setuptools-75.7.0.tar.gz"
5-
sha256 "886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"
4+
url "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz"
5+
sha256 "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "200ac2bb568e4d18c30be41c26e69c425f1a13b56332c4586df8b3d7f8d774d8"
9+
sha256 cellar: :any_skip_relocation, all: "a3017751bb5ce464ded60fbb0e056ffbf4cc12f2b58ffbcf104b3c1d1726a76f"
1010
end
1111

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

0 commit comments

Comments
 (0)