diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-08-20 12:23:35 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:20:32 +0700 |
commit | 37357bc4dfeb11193377c6f2f3c7ac8918d8a098 (patch) | |
tree | c582e4464d3cf651f39cb5a5ee129bfa40094495 /development/jupyter-ipywidgets | |
parent | 1c8f624d9f58a909262f73183624d0640b55f0d0 (diff) |
development/jupyter-ipywidgets: Updated for version 7.0.0.
Diffstat (limited to 'development/jupyter-ipywidgets')
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild index 95b48be67550..d75c2db8017a 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipywidgets PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-6.0.0} +VERSION=${VERSION:-7.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info index da1b6326d987..b91cbab3ae33 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipywidgets" -VERSION="6.0.0" +VERSION="7.0.0" HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-6.0.0.tar.gz" -MD5SUM="245c978e0ca64b9e686b716c71efb675" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.0.0.tar.gz" +MD5SUM="e7e6a5e0c8374ee1dbcc17f8a4e0f423" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ipython jupyter-widgetsnbextension" |