diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-10 13:13:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:12 +0700 |
commit | ddb2e691fa39b40a393db2202e73619810784e3a (patch) | |
tree | e204bef53478625cffc92a6d255a7ec1d28fcb19 | |
parent | 1546f2ccf21df0a9b3fe51ddfc611df89be5ff6e (diff) |
development/jupyter-notebook: Update for 6.4.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 f5dcb7ac1c7b..7defee02e5a3 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-notebook -VERSION=${VERSION:-6.4.11} +VERSION=${VERSION:-6.4.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index a62acc681759..324bcd70d223 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="6.4.11" +VERSION="6.4.12" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.11.tar.gz" -MD5SUM="d422490d81da301830a07065d3e1f8c9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.12.tar.gz" +MD5SUM="90a5b998e496ed4c18975d3a42960df0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2-cffi jupyter-ipykernel jupyter-nbconvert python-prometheus_client send2trash terminado" |