diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-13 18:43:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-14 16:16:38 +0700 |
commit | 59d7c84146aec8974c5d0aaf80c972bd232f09ed (patch) | |
tree | 90ab7ded3dc53a1a8096f586c1a7fa5fd4425a9b /python/python3-plotly/python3-plotly.SlackBuild | |
parent | cb6113b9b6704b553712aaafcdf09f2cac4ee975 (diff) |
python/python3-plotly: Update for 5.20.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 1798fd0545..51a9a46043 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.19.0} +VERSION=${VERSION:-5.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |