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/jupyter-notebook.SlackBuild | |
parent | 7f9b9ee43b99576ccaddc409aaacc0f8ae41e9e2 (diff) |
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/jupyter-notebook.SlackBuild')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |