pypy3: setuptools 8.0.2
Closes Homebrew/homebrew#34978. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
b2c8e26ff3
commit
f5276b3d00
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class Pypy3 < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
resource "setuptools" do
|
||||
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.tar.gz"
|
||||
sha1 "735a65e0df5781b43a542ffc7fe1ffb42fede843"
|
||||
url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.2.tar.gz"
|
||||
sha1 "bacdf139b210ea6c16ffa98eefa2eb8074dc7869"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
|
|
Loading…
Reference in a new issue