summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-11-18 18:11:21 +0100
committer Willy Sudiarto Raharjo2018-11-24 06:35:38 +0100
commitb99740f5d832a902d22ecf210869ae29a8626c22 (patch)
tree8b0c8fb395974262499d06514e4d1ee845841ca5
parent06360a427429b3ee7080f2a387e97fd5e14a0f8c (diff)
downloadslackbuilds-b99740f5d832a902d22ecf210869ae29a8626c22.tar.gz
development/jupyter-notebook: Updated for version 5.7.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--development/jupyter-notebook/jupyter-notebook.SlackBuild2
-rw-r--r--development/jupyter-notebook/jupyter-notebook.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild
index c970cb5e1b..f5010a4262 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.1}
+VERSION=${VERSION:-5.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index e16ebe36f1..9bf9af94b1 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.1"
+VERSION="5.7.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.1.tar.gz"
-MD5SUM="05c075697012ea6ba8af820864ff7094"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.2.tar.gz"
+MD5SUM="52d82b93a4f16a7855341cc33fbd45c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado"