aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Gaynor2014-12-14 14:45:35 -0800
committerTim D. Smith2014-12-15 07:23:12 -0800
commitfc55324775aba3c07bfc0990c90c8d8df8405e57 (patch)
treec823b7ac0f5511c535a7c2129456f82b3b76005d /Library
parent1b859e0b554795b552a4c886d6ddb536711b1bf5 (diff)
downloadhomebrew-fc55324775aba3c07bfc0990c90c8d8df8405e57.tar.bz2
pypy: setuptools 8.0.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index f057e8ec8..b68f52b23 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -19,8 +19,8 @@ class Pypy < 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