From 0dab7b9de23e6774c399e07950f2d8ceca5acc8e Mon Sep 17 00:00:00 2001 From: Mike Goodspeed Date: Sun, 8 Sep 2013 18:49:19 -0500 Subject: python: setuptools: 1.1.4 Closes #22403. Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 2f875f440..f5c49f708 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -6,8 +6,8 @@ require 'formula' # `brew install python`. class Setuptools < Formula - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.tar.gz' - sha1 '0c789b38afa522605407515efb74a0278b867628' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.4.tar.gz' + sha1 'b8bf9c2b8a114045598f0e16681d6a63a4d6cdf9' end class Pip < Formula -- cgit v1.2.3