development/jupyter-ipywidgets: Updated for version 7.0.5.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
3ff75e4756
commit
e6e736225a
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
SRCNAM=ipywidgets
|
SRCNAM=ipywidgets
|
||||||
PRGNAM=jupyter-$SRCNAM
|
PRGNAM=jupyter-$SRCNAM
|
||||||
VERSION=${VERSION:-7.0.4}
|
VERSION=${VERSION:-7.0.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jupyter-ipywidgets"
|
PRGNAM="jupyter-ipywidgets"
|
||||||
VERSION="7.0.4"
|
VERSION="7.0.5"
|
||||||
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.4.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.5.tar.gz"
|
||||||
MD5SUM="15600da6cefb92e91d2c9d5c214a6593"
|
MD5SUM="85224a59406b5167fd16417aed4b7733"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ipython jupyter-widgetsnbextension"
|
REQUIRES="ipython jupyter-widgetsnbextension"
|
||||||
|
|
Loading…
Reference in New Issue