development/jupyter-ipywidgets: Updated for version 7.0.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-09-18 19:16:53 -07:00 committed by David Spencer
parent e2ba547e03
commit acdaee8747
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=ipywidgets
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-7.0.0}
VERSION=${VERSION:-7.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipywidgets"
VERSION="7.0.0"
VERSION="7.0.1"
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.0.tar.gz"
MD5SUM="e7e6a5e0c8374ee1dbcc17f8a4e0f423"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.1.tar.gz"
MD5SUM="cf70a3250c3b9bf52a78337d4515b2b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython jupyter-widgetsnbextension"