diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-12-17 16:12:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 08:44:20 +0700 |
commit | 252c4517e4168a9dfc452ae6e0e42618929aebbe (patch) | |
tree | 4c377512b4ab0d9a774d8fa9b0ee731c4d23e4fb /development | |
parent | ac223d096f60474ed89a78ea6fa1fd0782ec43f6 (diff) | |
download | slackbuilds-252c4517e4168a9dfc452ae6e0e42618929aebbe.tar.gz |
development/jupyter-notebook: Updated for version 5.7.4.
Diffstat (limited to 'development')
-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 f5010a4262..7985f0dd9d 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.7.2} +VERSION=${VERSION:-5.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 9bf9af94b1..a8992e49c3 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.2" +VERSION="5.7.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.2.tar.gz" -MD5SUM="52d82b93a4f16a7855341cc33fbd45c8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.4.tar.gz" +MD5SUM="fdea9acce79d1d4c49e628cee9058525" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" |