diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-09-14 17:56:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:14:50 +0700 |
commit | 5f5dbdf79eedbb8c32a63da88d24dd98cca31f2a (patch) | |
tree | cca0a2c3e4ef596d8d3bc343a05df16bc6dfb942 /development/jupyter-notebook | |
parent | 3468c418b37e02151ba6b286a50cde9bcf76cc2a (diff) | |
download | slackbuilds-5f5dbdf79eedbb8c32a63da88d24dd98cca31f2a.tar.gz |
development/jupyter-notebook: Updated for version 5.1.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 536580308b..125f5fee44 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.0.0} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index fb3945fc87..c527e2f18b 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.0.0" +VERSION="5.1.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.0.0.tar.gz" -MD5SUM="c2aa6847f5a2c8a7ed497748f0fc220c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.1.0.tar.gz" +MD5SUM="463076b0ab1867ff73d93d9108fa530e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado" |