diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-08-25 22:16:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:39 +0700 |
commit | 6c14628fd13d18297b301f221005d9aa38dc328d (patch) | |
tree | ae4406ddbd059574fdf75241552a5e824e5b02d5 /development/jupyter-nbclient/jupyter-nbclient.SlackBuild | |
parent | 6f516d1a610cfad1ca08edfa5ab7ccd23b4f5ce0 (diff) |
development/jupyter-nbclient: Update for 0.6.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient/jupyter-nbclient.SlackBuild')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index bc9cc61a84..b77cc53fd1 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild +++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclient -VERSION=${VERSION:-0.6.6} +VERSION=${VERSION:-0.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |