diff options
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 7985f0dd9d..73df7e532d 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-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=notebook PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.7.4} +VERSION=${VERSION:-5.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index a8992e49c3..bbe71a04d8 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.7.4" +VERSION="5.7.6" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.4.tar.gz" -MD5SUM="fdea9acce79d1d4c49e628cee9058525" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.6.tar.gz" +MD5SUM="2fe24af4f90055e6156d15bcc9740d76" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" |