diff options
| author | BrewTestBot | 2014-12-13 22:38:00 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2014-12-13 15:04:41 -0800 | 
| commit | 037735c5e64aa57bc54a33b3474e4cd6ded0552b (patch) | |
| tree | 26ed0e0d53977544be1873c97c53c3fe75725632 /Library/Formula/python.rb | |
| parent | 77f8189677b2198d07b1f717dd588f08a36dd805 (diff) | |
| download | homebrew-037735c5e64aa57bc54a33b3474e4cd6ded0552b.tar.bz2 | |
python: update 2.7.9 bottle.
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 6e62b71ab..24ade9068 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -7,9 +7,10 @@ class Python < Formula    sha1 "7a191bcccb598ccbf2fa6a0edce24a97df3fc0ad"    bottle do -    sha1 "9b476ce6b95d152635dfe96ca6e43266841ba745" => :yosemite -    sha1 "e1436febf6af07689d6d7c5fa79071494604632b" => :mavericks -    sha1 "184f8820f6eb31b470df564da09e14a0fce38970" => :mountain_lion +    revision 4 +    sha1 "12f246ccb25d1024864916f643d819ff7572afdf" => :yosemite +    sha1 "453c0c36a69059d2746628d468a67572adc94100" => :mavericks +    sha1 "3bc89dbc02095d229b05a5c82bc11b4081211182" => :mountain_lion    end    # Please don't add a wide/ucs4 option as it won't be accepted. | 
