diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-05-09 08:19:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:30 +0700 |
commit | 6ab432ea4608e1e5b6b8861e6ddd9a7200533691 (patch) | |
tree | 771ba53fb95b17d4f5f40d574805de44d9b08d98 /development/jupyter-notebook | |
parent | cc2d0f7e8e6808c4ccaa0bc59b674f966ee157a0 (diff) | |
download | slackbuilds-6ab432ea4608e1e5b6b8861e6ddd9a7200533691.tar.gz |
development/jupyter-notebook: Updated for version 5.5.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 | 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 87eceab5bb..869777641d 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.4.1} +VERSION=${VERSION:-5.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 78ccd861e5..2cc12819db 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.4.1" +VERSION="5.5.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.1.tar.gz" -MD5SUM="308c951c078a6d3c02b53e6e177aea23" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.5.0.tar.gz" +MD5SUM="9ae4fbd3608ecf61b9205ad1d0547426" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-ipykernel jupyter-nbconvert singledispatch send2trash terminado" |