diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-29 12:59:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-30 12:00:11 +0700 |
commit | 12b3a318f085b40d07ac9ab55641755eaf572ea9 (patch) | |
tree | b7bc6f38b2e0bf8aeb67f5e37d34a6ed1c52130d /python/python3-plotly/python3-plotly.SlackBuild | |
parent | 48ae61866926362b31c7d86545b9ff0ae32c0b0c (diff) |
python/python3-plotly: Update for 5.24.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-plotly/python3-plotly.SlackBuild')
-rw-r--r-- | python/python3-plotly/python3-plotly.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-plotly/python3-plotly.SlackBuild b/python/python3-plotly/python3-plotly.SlackBuild index 2c6dd211e2..00a47d196d 100644 --- a/python/python3-plotly/python3-plotly.SlackBuild +++ b/python/python3-plotly/python3-plotly.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-plotly -VERSION=${VERSION:-5.23.0} +VERSION=${VERSION:-5.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |