development/jupyter-qtconsole: Update for 5.3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
99511cbd45
commit
e233a8b547
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-qtconsole
|
||||
VERSION=${VERSION:-5.3.1}
|
||||
VERSION=${VERSION:-5.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-qtconsole"
|
||||
VERSION="5.3.1"
|
||||
VERSION="5.3.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.3.1/qtconsole-5.3.1.tar.gz"
|
||||
MD5SUM="0fb547b5b29bb15ca4b33ff6d6bb52b9"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.3.2/qtconsole-5.3.2.tar.gz"
|
||||
MD5SUM="662535d97ac76ac414fd4ef6304fb588"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-ipykernel QtPy"
|
||||
|
|
Loading…
Reference in New Issue