aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorSamuel John2013-07-17 14:37:15 +0200
committerSamuel John2013-07-17 14:37:15 +0200
commit6552a8d29b7974818b1fb7d61d06a67579e67eca (patch)
tree87500d5d2d73b11e08ca521a3dae1466dbb43947 /Library/Formula/python.rb
parent3edd0100212b580742c318492a98157640cbd50d (diff)
downloadhomebrew-6552a8d29b7974818b1fb7d61d06a67579e67eca.tar.bz2
python & python3: setuptools 0.9.5
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 2ccd5b898..e5f1d178f 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -1,8 +1,8 @@
require 'formula'
class Setuptools < Formula
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.8.tar.gz'
- sha1 '172bd5917b1823a481c1c6274da84a3bd8a8f1a3'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.5.tar.gz'
+ sha1 'a6ea38fb68f32abf7c1b1fe9a9c56c413f096c3a'
end
class Pip < Formula