development/jupyter-widgetsnbextension: Upgraded for version 3.4.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-08-23 12:42:38 -07:00 committed by Willy Sudiarto Raharjo
parent 67b0b0735d
commit 522b9ce2f7
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=widgetsnbextension
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-3.2.1}
VERSION=${VERSION:-3.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-widgetsnbextension"
VERSION="3.2.1"
VERSION="3.4.0"
HOMEPAGE="https://github.com/ipython/ipywidgets"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-3.2.1.tar.gz"
MD5SUM="2b87b1461738f10c0d476b2e2aa8099d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-3.4.0.tar.gz"
MD5SUM="44e598d25b17e072aba81f4dc35d4c5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-notebook"