aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-08-08 12:07:10 +0200
committerSamuel John2013-08-08 12:22:49 +0200
commit09a2fe3a7719ac98407005818a0c45d08610f7e9 (patch)
tree993d63c67701d41a4b8037da5ec185faa29def9d /Library
parent22e712e7c73f3097aa41248276e2857cb6ff0af2 (diff)
downloadhomebrew-09a2fe3a7719ac98407005818a0c45d08610f7e9.tar.bz2
python: setuptools 0.9.8
Diffstat (limited to 'Library')
-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 1611060d7..68c82557c 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.9.7.tar.gz'
- sha1 'c56c5cc55b678c25a0a06f25a122f6492d62e2d3'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz'
+ sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9'
end
class Pip < Formula