summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-02-20 22:32:56 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-24 06:55:42 +0700
commit307d7046edef1a60bba60fe55c4eee8ed6558936 (patch)
tree2cd5358db6ffdfba4ad3a0e08f9d17062991222b
parent99ae36bb001d5546a4c2f891d18fbce6d397b987 (diff)
downloadslackbuilds-307d7046edef1a60bba60fe55c4eee8ed6558936.tar.gz
slackbuilds-307d7046edef1a60bba60fe55c4eee8ed6558936.tar.xz
development/jupyter-ipywidgets: Updated for version 7.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 e74f64834f..1b1f028809 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.1}
+VERSION=${VERSION:-7.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info
index f9347f6d0f..8f6a24de7c 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.1"
+VERSION="7.1.2"
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.1.1.tar.gz"
-MD5SUM="4538e533c99ac950d9bc39fdb8d07610"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.1.2.tar.gz"
+MD5SUM="9e83c3e67d5b2d115b0c0215904d0df2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython jupyter-widgetsnbextension"