From 8cad1ac50999f4c9396d5d0e328f27b52039882a Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 31 May 2018 00:07:34 -0700 Subject: [PATCH] python 3.7.0b5 (devel) (#28499) --- Formula/python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/python.rb b/Formula/python.rb index 43ca4d477d..529feda075 100644 --- a/Formula/python.rb +++ b/Formula/python.rb @@ -13,8 +13,8 @@ class Python < Formula end devel do - url "https://www.python.org/ftp/python/3.7.0/Python-3.7.0b4.tar.xz" - sha256 "b0be714eab2bb5515e0c4f372781a042d37e6c20a9fa908f3302eac04d53e9ae" + url "https://www.python.org/ftp/python/3.7.0/Python-3.7.0b5.tar.xz" + sha256 "00e4d85ebd5392f75e979b4cf860b1711642d62fbdd38e0874355b0245185313" end option "with-tcl-tk", "Use Homebrew's Tk instead of macOS Tk (has optional Cocoa and threads support)"