summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-04-07 07:56:44 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:58:09 +0700
commit727eadde765f263e4827e3b006354cbfbc1dc7ca (patch)
tree430e56bf5693291c166cde90a1f33440a6dc72d5 /development
parent9054e8d441e222a138aa0afebb78d0244d7ece73 (diff)
downloadslackbuilds-727eadde765f263e4827e3b006354cbfbc1dc7ca.tar.gz
slackbuilds-727eadde765f263e4827e3b006354cbfbc1dc7ca.tar.xz
development/jupyter-ipywidgets: Updated for version 6.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development')
-rw-r--r--development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild2
-rw-r--r--development/jupyter-ipywidgets/jupyter-ipywidgets.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
index 8258768f4f..95b48be675 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:-5.2.2}
+VERSION=${VERSION:-6.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 577124c8af..da1b6326d9 100644
--- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info
+++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-ipywidgets"
-VERSION="5.2.2"
+VERSION="6.0.0"
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
-DOWNLOAD="https://pypi.python.org/packages/51/b1/81b0f4ad11922a8180ce20496af28d67ecd1232fb5ad472088542bea0fae/ipywidgets-5.2.2.tar.gz"
-MD5SUM="317e49cc76353352939c2527920f3ebe"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-6.0.0.tar.gz"
+MD5SUM="245c978e0ca64b9e686b716c71efb675"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython jupyter-widgetsnbextension"