diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-31 12:05:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:46 +0700 |
commit | 8949c9a281258a6b06860bd2b33eaf1a4cff4c99 (patch) | |
tree | 4ef69cbcd9eb517b992e71cd20c863ff06f9735d /development/jupyter-notebook | |
parent | 18ad5f54c5a06d934b3f9d7af0483004e791b4c6 (diff) | |
download | slackbuilds-8949c9a281258a6b06860bd2b33eaf1a4cff4c99.tar.gz |
development/jupyter-notebook: Updated for version 6.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 074d9dbcba..68cb0a5afe 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-notebook -VERSION=${VERSION:-6.0.3} +VERSION=${VERSION:-6.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index adf4dde2b5..43c03d893d 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-notebook" -VERSION="6.0.3" +VERSION="6.1.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.0.3.tar.gz" -MD5SUM="9714add6d588c5327c4f5029d7c94f7b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.1.4.tar.gz" +MD5SUM="220885fddfb2f71a4d8440ab9a10f9de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" +REQUIRES="Jinja2 argon2-cffi ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |