summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-07-03 23:57:50 +0200
committer Willy Sudiarto Raharjo2022-07-09 05:06:11 +0200
commitc9413579a2f74e39e4a44d10ab480f1891475c56 (patch)
treef89a212f06b582c36974fbc45b4d5664e73ab51c
parent92f08a0980b658cf6196609942b89a611a4050c7 (diff)
downloadslackbuilds-c9413579a2f74e39e4a44d10ab480f1891475c56.tar.gz
development/jupyter_console: Updated for version 6.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter_console/jupyter_console.SlackBuild2
-rw-r--r--development/jupyter_console/jupyter_console.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild
index 64f29aac6b..54f2bf20c2 100644
--- a/development/jupyter_console/jupyter_console.SlackBuild
+++ b/development/jupyter_console/jupyter_console.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_console
-VERSION=${VERSION:-6.4.3}
+VERSION=${VERSION:-6.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info
index f54070d142..f30cd97076 100644
--- a/development/jupyter_console/jupyter_console.info
+++ b/development/jupyter_console/jupyter_console.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_console"
-VERSION="6.4.3"
+VERSION="6.4.4"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.3.tar.gz"
-MD5SUM="8e1f80a23d264cb7edced8043aaa6fe0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.4.tar.gz"
+MD5SUM="a5e0426e44738c96c0a63663cdc0cfb1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_client jupyter-ipykernel"