diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-03 09:43:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:49 +0700 |
commit | de3cb4560c749eca6067f35a108a4ea2c4396eec (patch) | |
tree | da0a64d248c60e3935b06e94f3f2f44e3936f03f /development | |
parent | d2808a6d166ddb33501a8a827e2d4564736366e5 (diff) | |
download | slackbuilds-de3cb4560c749eca6067f35a108a4ea2c4396eec.tar.gz |
development/jupyter-notebook: Updated for version 6.3.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 68cb0a5afe..8bcc9f8a95 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-notebook -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-notebook -VERSION=${VERSION:-6.1.4} +VERSION=${VERSION:-6.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 43c03d893d..781344920b 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-notebook" -VERSION="6.1.4" +VERSION="6.3.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.1.4.tar.gz" -MD5SUM="220885fddfb2f71a4d8440ab9a10f9de" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.3.0.tar.gz" +MD5SUM="1914eddf7d68b3902335e9248c537935" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 argon2-cffi ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" +REQUIRES="Jinja2 argon2-cffi ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |