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

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-09-03 21:38:00 -07:00 committed by Willy Sudiarto Raharjo
parent 33bce0b476
commit 0e2133d8a1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="4.8.2"
VERSION="4.9.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.8.2.tar.gz"
MD5SUM="91af54e6a4ad908ded0bed383dd03374"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.9.0.tar.gz"
MD5SUM="21fe853ab24b8e4b4b5004ff458ebb77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ipython python3-jupyter_client python3-tornado"