diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-16 19:24:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:13 +0700 |
commit | a251065dc6a314d209cf2f71235ec5a1571faf90 (patch) | |
tree | 4e913155b09e7ccb5013e34b39494bb05e5d10eb /development/jupyter-notebook | |
parent | 7f9b9ee43b99576ccaddc409aaacc0f8ae41e9e2 (diff) | |
download | slackbuilds-a251065dc6a314d209cf2f71235ec5a1571faf90.tar.gz |
development/jupyter-notebook: Update for 6.4.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index cbf4908cb9..c6dfb768ee 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.8} +VERSION=${VERSION:-6.4.10} 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 41887b8471..86e7a7816c 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-notebook" -VERSION="6.4.8" +VERSION="6.4.10" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.8.tar.gz" -MD5SUM="91879b8a0ec10d1a71c53aac96212279" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.10.tar.gz" +MD5SUM="dcf0e442d40d8d8407ded88276fb6a38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2-cffi jupyter-ipykernel jupyter-nbconvert python-prometheus_client send2trash terminado mathjax2" +REQUIRES="argon2-cffi jupyter-ipykernel jupyter-nbconvert python-prometheus_client send2trash terminado" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |