diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-11-18 09:11:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:38 +0700 |
commit | b99740f5d832a902d22ecf210869ae29a8626c22 (patch) | |
tree | 8b0c8fb395974262499d06514e4d1ee845841ca5 | |
parent | 06360a427429b3ee7080f2a387e97fd5e14a0f8c (diff) |
development/jupyter-notebook: Updated for version 5.7.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 c970cb5e1b00..f5010a4262dc 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.7.1} +VERSION=${VERSION:-5.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index e16ebe36f137..9bf9af94b192 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.7.1" +VERSION="5.7.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.1.tar.gz" -MD5SUM="05c075697012ea6ba8af820864ff7094" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.2.tar.gz" +MD5SUM="52d82b93a4f16a7855341cc33fbd45c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" |