diff options
| author | BrewTestBot | 2015-02-10 03:49:53 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-10 22:38:44 -0800 |
| commit | f0bba6f802cbd116756241fca124ab4c5572f739 (patch) | |
| tree | d86827f72b20affd0d777aad8c97263fbec7991f | |
| parent | ec114149c20fe193a15b447f377fc6b3c58c6dd2 (diff) | |
| download | homebrew-f0bba6f802cbd116756241fca124ab4c5572f739.tar.bz2 | |
python: update 2.7.9 bottle.
| -rw-r--r-- | Library/Formula/python.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index ad541c926..1a054c4bb 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,10 +5,10 @@ class Python < Formula sha1 "7a191bcccb598ccbf2fa6a0edce24a97df3fc0ad" bottle do - revision 9 - sha1 "b37e77b5fc9432f9b944ca36f8e33758bf751b31" => :yosemite - sha1 "1387fd922955e8522c7bcbfa124b80d3d6e4d3ef" => :mavericks - sha1 "4e2a3133a9e043f12f9a14c8006b71bc82a831ba" => :mountain_lion + revision 10 + sha1 "bcce4130bceeadd2d23e4f06441c8dd5d23b14df" => :yosemite + sha1 "d2a142d25910f4b30979f799c2920f4bc6a9db31" => :mavericks + sha1 "e8f947a2380376d465c5eff71e012d69243e87e6" => :mountain_lion end # Please don't add a wide/ucs4 option as it won't be accepted. |
