summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2023-12-29 20:31:08 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-31 18:53:12 +0700
commit7b48b8999c161188684c5f4e1fdb3946537fc973 (patch)
treefde00200e64fea9fe2d82807e1d99d03890ce327 /development/jupyter-nbclient/jupyter-nbclient.SlackBuild
parentff1ab0d8599f59710d817a1513ffda85cf4535c7 (diff)
downloadslackbuilds-7b48b8999c161188684c5f4e1fdb3946537fc973.tar.gz
slackbuilds-7b48b8999c161188684c5f4e1fdb3946537fc973.tar.xz
development/jupyter-nbclient: Update for 0.9.0
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.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
index 77011cff3a..83223b5078 100644
--- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
+++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for jupyter-nbclient
# Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbclient
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}