diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-09-18 19:16:53 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 16:32:08 +0100 |
commit | acdaee87470f1aff2be3ee15c7c2d76aed2a36fe (patch) | |
tree | 746385430a266b1af0d80cbc56f77702b8ef102c /development/jupyter-ipywidgets | |
parent | e2ba547e037b8877a6cc486ac759d81cc16e2341 (diff) |
development/jupyter-ipywidgets: Updated for version 7.0.1.
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 d75c2db8017a..c2076692c214 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.0} +VERSION=${VERSION:-7.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info index b91cbab3ae33..12c7a29587f1 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.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" |