development/jupyter-qtconsole: Updated for version 4.3.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
7913e6d8d4
commit
cee770e1cc
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=qtconsole
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
VERSION=${VERSION:-4.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-qtconsole"
|
||||
VERSION="4.3.0"
|
||||
VERSION="4.3.1"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.3.0/qtconsole-4.3.0.tar.gz"
|
||||
MD5SUM="2ae3bd81202f9d567ae775ee0c795fa9"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.3.1/qtconsole-4.3.1.tar.gz"
|
||||
MD5SUM="45f15be486ea24522ac97f39a0cbcedc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-ipykernel"
|
||||
|
|
Loading…
Reference in New Issue