diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-19 12:19:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-21 08:53:31 +0700 |
commit | 3e1eab900ca61b0b0c1b4198dabae10fe9c5ccd3 (patch) | |
tree | b9bc9f498ca1ad4c77b0698500e7fce4d6d46eca /development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild | |
parent | 0d7a7bbe81baeac86944957f339ff6f5f32b9a8a (diff) |
development/jupyter-nbclassic: Update for 0.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild')
-rw-r--r-- | development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild index c333f1875487..e7c73c353cb2 100644 --- a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild +++ b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclassic -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |