development/jupyter-qtconsole: Updated for version 4.5.4.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
252c177903
commit
32dada20cc
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue