pypy3: setuptools 8.0.2

Closes Homebrew/homebrew#34978.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Alex Gaynor 2014-12-14 14:45:58 -08:00 committed by Tim D. Smith
parent b2c8e26ff3
commit f5276b3d00

View file

@ -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