diff options
| author | Alex Gaynor | 2014-12-14 14:45:58 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-15 07:23:19 -0800 |
| commit | 603daa4e15c31dddf97bb541d7b57bad18d0f0ae (patch) | |
| tree | 4c1c52a81647de0f074dc3e09dbed76071af3727 /Library | |
| parent | fc55324775aba3c07bfc0990c90c8d8df8405e57 (diff) | |
| download | homebrew-603daa4e15c31dddf97bb541d7b57bad18d0f0ae.tar.bz2 | |
pypy3: setuptools 8.0.2
Closes #34978.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy3.rb b/Library/Formula/pypy3.rb index 042e9fa45..c4560b7cb 100644 --- a/Library/Formula/pypy3.rb +++ b/Library/Formula/pypy3.rb @@ -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 |
