diff options
-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 3932dabc48..2102993005 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.2.2} +VERSION=${VERSION:-5.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index ac302193f9..c3c17c0b0c 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-notebook" -VERSION="5.2.2" +VERSION="5.3.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.2.tar.gz" -MD5SUM="61a3f3c8d97fe9ce8affd359733717e9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.3.1.tar.gz" +MD5SUM="ea79ad977a3ab25ef5f506065017e1ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado" +REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch send2trash tornado" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |