diff options
| author | Adam Vandenberg | 2013-08-08 13:17:13 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-08 13:17:13 -0700 |
| commit | 3032581272d4e15fa2d716e9da1b20b058cb5e2a (patch) | |
| tree | 099f93b8c420b53d5a6480d854849296416b8b0a | |
| parent | d8559ec58896513cd93d79b8810a92fd846d55a5 (diff) | |
| download | homebrew-3032581272d4e15fa2d716e9da1b20b058cb5e2a.tar.bz2 | |
pypy: setuptools 0.9.8
| -rw-r--r-- | Library/Formula/pypy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 3efd54629..966851a5e 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -1,8 +1,8 @@ require 'formula' class Setuptools < Formula - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.5.tar.gz' - sha1 'a6ea38fb68f32abf7c1b1fe9a9c56c413f096c3a' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz' + sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9' end class Pypy < Formula |
