diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-11-28 19:18:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:19:32 +0700 |
commit | e6a487b4474fb40b0d1f358f6a5e379efa95575d (patch) | |
tree | 67563a85485c7a2539c62b09d1cadb4c42d4cf32 | |
parent | e40f279329ccbd4e3499bea34e462ef622c94fa4 (diff) | |
download | slackbuilds-e6a487b4474fb40b0d1f358f6a5e379efa95575d.tar.gz |
development/jupyter-notebook: Updated for version 5.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 edf2c3f5ae..3932dabc48 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.1} +VERSION=${VERSION:-5.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index d3dee8ea6c..ac302193f9 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.2.1" +VERSION="5.2.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.1.tar.gz" -MD5SUM="ceb292c03c172947395d93b73a03e90e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.2.2.tar.gz" +MD5SUM="61a3f3c8d97fe9ce8affd359733717e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-nbformat singledispatch tornado" |