diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-11-14 17:19:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:47 +0700 |
commit | a2de01cfa32b221364b8da72f60c55bf21467407 (patch) | |
tree | 80d800a89210cfe943a1fb1fd8ea0978644fddf6 /development/jupyter-ipywidgets | |
parent | 3f3ee39a8e7d8e8853a83f833cd5183021c6d39b (diff) | |
download | slackbuilds-a2de01cfa32b221364b8da72f60c55bf21467407.tar.gz |
development/jupyter-ipywidgets: Updated for version 7.0.4.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
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 529bfd6dbe..0c5ab6fdb7 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:-7.0.3} +VERSION=${VERSION:-7.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info index f88dfc9c97..126cf967f0 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info @@ -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" |