diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-01-26 09:15:19 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:45 +0700 |
commit | e8485623d776c5bb53bf2a58731c4a68d87c2da1 (patch) | |
tree | 863cb7c70ce48d79cd998dfc2eb55da2b8a742fc | |
parent | b831a233c84176326e73482f688cf2be6813e34c (diff) |
development/jupyter-ipywidgets: Updated for version 7.1.1.
-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 a7f7ffe463cf..e74f64834f72 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.1.0} +VERSION=${VERSION:-7.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info index c2253f6bdd41..f9347f6d0f01 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipywidgets" -VERSION="7.1.0" +VERSION="7.1.1" HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.1.0.tar.gz" -MD5SUM="29dc90b218c7304273bea073eb55fc67" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.1.1.tar.gz" +MD5SUM="4538e533c99ac950d9bc39fdb8d07610" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ipython jupyter-widgetsnbextension" |