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 d449c5fc9..b4c135352 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -6,8 +6,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 Python < Formula