diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-06 21:53:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:31 +0700 |
commit | 7b3af2e96961222fae48cd6f19522022b882cb2a (patch) | |
tree | 6785ed328ce2c17e4ca5fd1dbc526093b8380495 /development/jupyter-notebook | |
parent | 4e4da011425081902f90d6e85c38d7b606f6f7bb (diff) |
development/jupyter-notebook: Updated for version 6.5.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook')
-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 42280d0380c4..408a25789cbb 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.5.3} +VERSION=${VERSION:-6.5.4} 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 3e9c41fc68f0..98a4e26c25bf 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="6.5.3" +VERSION="6.5.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.5.3.tar.gz" -MD5SUM="839f1d8c9d5dc593d6a501a52d3f5052" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.5.4.tar.gz" +MD5SUM="6a2f44954dfa39c55bba2f576dd59e4a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel jupyter-nbclassic ipython_genutils" |