summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-08-21 22:50:16 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 08:24:05 +0700
commitbdcf8afc57099d025b3f99661018ed01a7e530a7 (patch)
tree139dd072c142083c356feb77f2a93c5e329112bb
parent0602a8b5cc5959c56ef3749d2b3d26288561a054 (diff)
downloadslackbuilds-bdcf8afc57099d025b3f99661018ed01a7e530a7.tar.gz
slackbuilds-bdcf8afc57099d025b3f99661018ed01a7e530a7.tar.xz
development/jupyter-notebook: Updated for version 6.0.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-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 6aa1dcec87..241a9c62ab 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:-6.0.0}
+VERSION=${VERSION:-6.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index 24ee4939f1..7c15ffdb40 100644
--- a/development/jupyter-notebook/jupyter-notebook.info
+++ b/development/jupyter-notebook/jupyter-notebook.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook"
-VERSION="6.0.0"
+VERSION="6.0.1"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.0.0.tar.gz"
-MD5SUM="11f09a28cb58471bab8aa77620dce7aa"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.0.1.tar.gz"
+MD5SUM="96623c492f01a7b10d9c713d2b7fe951"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado"