From 8988c30558673ec62d1860946c6dce5925129e61 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 26 May 2017 04:13:18 -0700 Subject: [PATCH] micropython 1.9 Closes #13964. Signed-off-by: ilovezfs --- Formula/micropython.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/micropython.rb b/Formula/micropython.rb index 62e3ed8446..77809dd8ac 100644 --- a/Formula/micropython.rb +++ b/Formula/micropython.rb @@ -2,8 +2,8 @@ class Micropython < Formula desc "Python implementation for microcontrollers and constrained systems" homepage "https://www.micropython.org/" url "https://github.com/micropython/micropython.git", - :tag => "v1.8.7", - :revision => "5653e3c72fc8555c6a060acf6447ac694a036053" + :tag => "v1.9", + :revision => "825460a093a6bcd8fb79119b5f6ee8408f63603b" bottle do cellar :any