diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-06 13:08:35 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:17 +0700 |
commit | 3fb2b57e5e28118bbfe03f11800eb0a001950a8f (patch) | |
tree | 4f2b69c0219a653749f36461ba1a8f888544a6cd /development/jupyter-notebook/jupyter-notebook.SlackBuild | |
parent | df84e3269381310d0c860feb5cd0f170c3a91677 (diff) |
development/jupyter-notebook: Updated for version 6.5.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook/jupyter-notebook.SlackBuild')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 58a4930b53..42280d0380 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-notebook -VERSION=${VERSION:-6.5.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.5.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |