python/python3-jupyter-ipykernel: Updated for version 4.8.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-01-17 17:20:02 -08:00 committed by Willy Sudiarto Raharjo
parent a0b4374ef3
commit deca05e848
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=ipykernel
PRGNAM=python3-jupyter-$SRCNAM
VERSION=${VERSION:-4.7.0}
VERSION=${VERSION:-4.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="4.7.0"
VERSION="4.8.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.7.0.tar.gz"
MD5SUM="2d597192656fbac76c3c1a95aa18c44e"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.8.0.tar.gz"
MD5SUM="9653261bebd0566a0cd13ae2340bbcce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-notebook python3-ipython python3-jupyter_client python3-tornado"