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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 14:53:44 -07:00 committed by Willy Sudiarto Raharjo
parent e197e994b1
commit 34b136fd27
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-jupyter-ipykernel
VERSION=${VERSION:-5.2.1}
VERSION=${VERSION:-5.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="5.2.1"
VERSION="5.3.4"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.2.1.tar.gz"
MD5SUM="2866e6370fab41e6a544d2e3ba384cce"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.3.4.tar.gz"
MD5SUM="d9ad6a4a4235940d65300e33f541edf5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ipython jupyter_client python3-tornado"