diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-01-28 10:23:50 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-03 06:55:18 +0700 |
commit | 99696696c6bedc60971890da6f97cefb5f2e7293 (patch) | |
tree | d156edaa3f173396e4e9ed25ea0195bc301f44fc /development/jupyter-notebook | |
parent | 368d2f51f790f5bd85b68d80217132662ef06d4a (diff) | |
download | slackbuilds-99696696c6bedc60971890da6f97cefb5f2e7293.tar.gz |
development/jupyter-notebook: Updated for version 5.4.0.
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 2102993005..7119f4a3e1 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.3.1} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index c3c17c0b0c..0966086915 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-notebook" -VERSION="5.3.1" +VERSION="5.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.3.1.tar.gz" -MD5SUM="ea79ad977a3ab25ef5f506065017e1ed" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.0.tar.gz" +MD5SUM="71ee17cc512eb442ce6ddb3e394bd134" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch send2trash tornado" +REQUIRES="Jinja2 jupyter_client jupyter-ipykernel jupyter-nbconvert singledispatch send2trash terminado" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |