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

This commit is contained in:
Benjamin Trigona-Harany 2019-05-28 11:25:43 -07:00 committed by Willy Sudiarto Raharjo
parent b7ac4424fc
commit fbf65eca7f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-jupyter-ipykernel
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=ipykernel
PRGNAM=python3-jupyter-$SRCNAM
VERSION=${VERSION:-5.1.0}
VERSION=${VERSION:-5.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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