development/jupyter-qtconsole: Updated for version 4.5.4.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-08-24 22:22:59 -07:00 committed by Willy Sudiarto Raharjo
parent 252c177903
commit 32dada20cc
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.3}
VERSION=${VERSION:-4.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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