diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-11-03 12:40:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-04 07:17:31 +0700 |
commit | 8a8eabb430c4c2a5c25940dc5c6cece30e1147d2 (patch) | |
tree | 99fdee538970c9e81438265a558923a103500ac0 /development/jupyter-notebook | |
parent | 479ef8f287f97d236d2c1dadb72c21efa5441bf7 (diff) |
development/jupyter-notebook: Updated for version 5.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 235cc25fe8bc..edf2c3f5ae1c 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=notebook PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-5.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 81ba9836c317..d3dee8ea6c74 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.2.0" +VERSION="5.2.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.0.tar.gz" -MD5SUM="33208831796469f72cb08b85a4cf44bb" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.1.tar.gz" +MD5SUM="ceb292c03c172947395d93b73a03e90e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado" |