development/jupyter-ipywidgets: Updated for version 7.0.0.
This commit is contained in:
parent
1c8f624d9f
commit
37357bc4df
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipywidgets
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-7.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-ipywidgets"
|
||||
VERSION="6.0.0"
|
||||
VERSION="7.0.0"
|
||||
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-6.0.0.tar.gz"
|
||||
MD5SUM="245c978e0ca64b9e686b716c71efb675"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.0.tar.gz"
|
||||
MD5SUM="e7e6a5e0c8374ee1dbcc17f8a4e0f423"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ipython jupyter-widgetsnbextension"
|
||||
|
|
Loading…
Reference in New Issue