development/jupyter_console: Updated for version 5.2.0.

This commit is contained in:
Benjamin Trigona-Harany 2017-10-19 15:55:16 -07:00 committed by Willy Sudiarto Raharjo
parent 139c45ee8a
commit c1b1971642
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_console
VERSION=${VERSION:-5.1.0}
VERSION=${VERSION:-5.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_console"
VERSION="5.1.0"
VERSION="5.2.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_console/archive/5.1.0/jupyter_console-5.1.0.tar.gz"
MD5SUM="80f2f57fad0c59dfc6ef5d581c1c8d74"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-5.2.0.tar.gz"
MD5SUM="175953df3c76ffa6d4d5cb23198ab324"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_client jupyter-ipykernel"