development/jupyter_console: Updated for version 6.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 14:48:09 -07:00 committed by Willy Sudiarto Raharjo
parent 065094c5ff
commit c6cd94de29
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=jupyter_console
VERSION=${VERSION:-6.1.0}
VERSION=${VERSION:-6.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_console"
VERSION="6.1.0"
VERSION="6.2.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.1.0.tar.gz"
MD5SUM="b4f162292cbeee24c0d1551f21c8de3a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.2.0.tar.gz"
MD5SUM="24600923a41fc33bf8b5db699dca3c69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_client python3-jupyter-ipykernel"