diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-23 08:25:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:23 +0700 |
commit | 49d15bd778ff2b729fe867269967098ebeb75c89 (patch) | |
tree | cf2c4424fea935ef2dab1fa7a5ea2677a508d145 /development/jupyter-notebook | |
parent | 82d34cbc287e01207de3c30fb8e5b26917e0c0f7 (diff) |
development/jupyter-notebook: Updated for version 6.4.11.
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 c6dfb768ee1c3..f5dcb7ac1c7bd 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.10} +VERSION=${VERSION:-6.4.11} 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 86e7a7816c976..a62acc6817596 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.10" +VERSION="6.4.11" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.10.tar.gz" -MD5SUM="dcf0e442d40d8d8407ded88276fb6a38" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.11.tar.gz" +MD5SUM="d422490d81da301830a07065d3e1f8c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2-cffi jupyter-ipykernel jupyter-nbconvert python-prometheus_client send2trash terminado" |