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

This commit is contained in:
Benjamin Trigona-Harany 2018-10-19 09:33:15 -07:00 committed by Willy Sudiarto Raharjo
parent a7e443883b
commit 0bead7d7dc
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:-5.0.0}
VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="5.0.0"
VERSION="5.1.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.0.0.tar.gz"
MD5SUM="f1299e877021ad05566283aab3d70b56"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.0.tar.gz"
MD5SUM="3202ee70ed3d1a3b7ac9d2cff405fe5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ipython python3-jupyter_client python3-tornado"