development/jupyter-qtconsole: Update for 5.3.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-09-07 13:08:29 -07:00 committed by Willy Sudiarto Raharjo
parent 99511cbd45
commit e233a8b547
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"