mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/jupyter-ipywidgets: Updated for version 7.0.4.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
3f3ee39a8e
commit
a2de01cfa3
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipywidgets
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-7.0.3}
|
||||
VERSION=${VERSION:-7.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-ipywidgets"
|
||||
VERSION="7.0.3"
|
||||
VERSION="7.0.4"
|
||||
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.3.tar.gz"
|
||||
MD5SUM="237fef0be248b1ce4ac0854ccaedac80"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.4.tar.gz"
|
||||
MD5SUM="15600da6cefb92e91d2c9d5c214a6593"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ipython jupyter-widgetsnbextension"
|
||||
|
|
Loading…
Reference in a new issue