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>
This commit is contained in:
isaackwy 2024-09-12 15:03:04 -07:00 committed by Willy Sudiarto Raharjo
parent 159f104058
commit 1516f3eae7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-plotly"
VERSION="5.24.0"
VERSION="5.24.1"
HOMEPAGE="https://github.com/plotly/plotly.py"
DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.24.0/plotly.py-5.24.0.tar.gz"
MD5SUM="5bcfe0e1f94aeff1c1b8dddfb9f3ba3e"
DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.24.1/plotly.py-5.24.1.tar.gz"
MD5SUM="3a349bd6a7e482797ee63d1e45bda4ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tenacity"