From 82dcbe2eeb76dd21324c63b97fd4497c86d28c9a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 24 Jul 2013 00:06:33 +0200 Subject: pip 1.4 Closes #21411. Signed-off-by: Adam Vandenberg --- 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 4126a7bef..883ff1042 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -11,8 +11,8 @@ class Setuptools < Formula end class Pip < Formula - url 'https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz' - sha1 '9c70d314e5dea6f41415af814056b0f63c3ffd14' + url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz' + sha1 '3149dc77c66b77d02497205fca5df56ae9d3e753' end class Python3 < Formula -- cgit v1.2.3