diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-04-19 09:18:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-21 07:43:05 +0700 |
commit | 645a37804d69edcf164c9f13be9aaee4ee8550f7 (patch) | |
tree | ccef3942c2cc378a5d20c2c32e5e75d677208a94 /development | |
parent | b971acee50e886b226de9214add2be55b3b6be4f (diff) |
development/jupyter-ipywidgets: Updated for version 7.2.1.
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild index bb5b42dec453..2cd01112498c 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipywidgets -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=ipywidgets PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-7.2.0} +VERSION=${VERSION:-7.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info index dd158438c83a..1e672465122a 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipywidgets" -VERSION="7.2.0" +VERSION="7.2.1" HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.2.0.tar.gz" -MD5SUM="de18af90829063fad0990ff89aa3cff5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.2.1.tar.gz" +MD5SUM="4eefd1b210020f27c8e384f50f98b9f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ipython jupyter-widgetsnbextension" |