mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/jupyter-ipywidgets: Updated for version 7.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
ed2acd0d2f
commit
ba7ac136a5
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipywidgets
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-7.0.5}
|
||||
VERSION=${VERSION:-7.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-ipywidgets"
|
||||
VERSION="7.0.5"
|
||||
VERSION="7.1.0"
|
||||
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.5.tar.gz"
|
||||
MD5SUM="85224a59406b5167fd16417aed4b7733"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.1.0.tar.gz"
|
||||
MD5SUM="29dc90b218c7304273bea073eb55fc67"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ipython jupyter-widgetsnbextension"
|
||||
|
|
Loading…
Reference in a new issue