summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-02-01 08:42:42 +0100
committer Willy Sudiarto Raharjo2020-02-08 09:03:28 +0100
commit0984b2a4d2549217e85728ddf5b997cb7307bd16 (patch)
tree5dd6a5354a1c4d3bd07738d8a380ad867d68e153
parente0dbe8f87d76d7b6668819beb6fd6b4e9fd6ab88 (diff)
downloadslackbuilds-0984b2a4d2549217e85728ddf5b997cb7307bd16.tar.gz
development/jupyter_console: Updated for version 6.1.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r--development/jupyter_console/jupyter_console.SlackBuild4
-rw-r--r--development/jupyter_console/jupyter_console.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild
index ca5a253299..3d51924b98 100644
--- a/development/jupyter_console/jupyter_console.SlackBuild
+++ b/development/jupyter_console/jupyter_console.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter_console
-# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_console
-VERSION=${VERSION:-6.0.0}
+VERSION=${VERSION:-6.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info
index 5a5a30935e..4514ab6862 100644
--- a/development/jupyter_console/jupyter_console.info
+++ b/development/jupyter_console/jupyter_console.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_console"
-VERSION="6.0.0"
+VERSION="6.1.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.0.0.tar.gz"
-MD5SUM="59bbd67721a7a5eb7361967af962cc4f"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.1.0.tar.gz"
+MD5SUM="b4f162292cbeee24c0d1551f21c8de3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_client python3-jupyter-ipykernel"