mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/jupyter-ipywidgets: Updated for version 6.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
9054e8d441
commit
727eadde76
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipywidgets
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-5.2.2}
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-ipywidgets"
|
||||
VERSION="5.2.2"
|
||||
VERSION="6.0.0"
|
||||
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/51/b1/81b0f4ad11922a8180ce20496af28d67ecd1232fb5ad472088542bea0fae/ipywidgets-5.2.2.tar.gz"
|
||||
MD5SUM="317e49cc76353352939c2527920f3ebe"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-6.0.0.tar.gz"
|
||||
MD5SUM="245c978e0ca64b9e686b716c71efb675"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ipython jupyter-widgetsnbextension"
|
||||
|
|
Loading…
Reference in a new issue