diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-12 15:03:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 23:36:40 +0700 |
commit | 1516f3eae7eb423fa9f73ded93fc7391cd371aa1 (patch) | |
tree | f5a2e8612e195f721550c1816dc7264fad34ef12 /python/python3-plotly/python3-plotly.SlackBuild | |
parent | 159f10405820c053d75b312196f1353f064eee73 (diff) |
python/python3-plotly: Updated for version 5.24.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 00a47d196d..10867df4d3 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.24.0} +VERSION=${VERSION:-5.24.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |