mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/jupyter-widgetsnbextension: Upgraded for version 2.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
1c1ecdc54b
commit
c8769ff359
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=widgetsnbextension
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-1.2.6}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-widgetsnbextension"
|
||||
VERSION="1.2.6"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://github.com/ipython/ipywidgets"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a2/0f/7044b0de3709d9564248dd124209348c4f3b1dae0143aa272f8a2abe04ce/widgetsnbextension-1.2.6.tar.gz"
|
||||
MD5SUM="0aa4e152c9ba2d704389dc2453f448c7"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-2.0.0.tar.gz"
|
||||
MD5SUM="4a20d3c3fee43dba15da2e7c1ad6bbf3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-notebook"
|
||||
|
|
Loading…
Reference in a new issue