aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
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 976c030ec..f24c87dc9 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-1.0.tar.gz'
- sha1 '6ff4d37b567d54763cc55ca70ff8058286b8e2c3'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.tar.gz'
+ sha1 '0c789b38afa522605407515efb74a0278b867628'
end
class Pip < Formula