diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 60616c495..53bbe2bae 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,8 +1,8 @@ require 'formula' class Distribute < Formula - url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz' - sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541' + url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz' + sha1 '46654be10177014bbb502a4c516627173de67d15' end class Pip < Formula |
