development/jupyter-ipywidgets: Updated for version 7.4.2.

This commit is contained in:
Benjamin Trigona-Harany 2018-09-24 11:38:15 -07:00 committed by Willy Sudiarto Raharjo
parent 49685278a9
commit e3970e9aca
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

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

View file

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