diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-04 15:17:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:58:07 +0700 |
commit | 9864d188e1170da6cb39cff2f189a2858511b32e (patch) | |
tree | 045474f851750fb29431c0f4273f4a52962d38f7 /development/jupyter-notebook | |
parent | 1b05d1e6bced7ee64b8e92630f94cec92c18d879 (diff) |
development/jupyter-notebook: Updated for version 5.0.0.
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 60bbfedfc41c..536580308bc3 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:-4.4.1} +VERSION=${VERSION:-5.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 6afe9ba99a54..fb3945fc8743 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="4.4.1" +VERSION="5.0.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-4.4.1.tar.gz" -MD5SUM="3f9074031258de895f12102379394dcd" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.0.0.tar.gz" +MD5SUM="c2aa6847f5a2c8a7ed497748f0fc220c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado" |