diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2025-10-02 14:57:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-10-03 06:51:31 +0700 |
commit | 53715aa879b9b048fb03477d89129401592d75d9 (patch) | |
tree | 58b8a2853dc0d2f9fc4e1e7766163e2a5e8b3e4b /python/python3-plotly/python3-plotly.SlackBuild | |
parent | 6c5614755ae9678699b4f7b54a0581dd9497480c (diff) |
python/python3-plotly: Update for 6.3.1
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 28018c13b6..34f5e9ba79 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:-6.3.0} +VERSION=${VERSION:-6.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |