development/jupyter-qtconsole: Updated for version 4.6.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-11-17 16:17:59 -08:00 committed by Willy Sudiarto Raharjo
parent b34349e6f9
commit 769a8dd052
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=qtconsole
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-4.5.4}
VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-qtconsole"
VERSION="4.5.4"
VERSION="4.6.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.5.4/qtconsole-4.5.4.tar.gz"
MD5SUM="4166c3805eb05ac5e7e972b096fcf0cd"
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.6.0/qtconsole-4.6.0.tar.gz"
MD5SUM="dc92e6d4ad29cfd1726d75f26e9e8f5f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jupyter-ipykernel python3-PyQt5"