diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-plotly/python3-plotly.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-plotly/python3-plotly.info | 6 |
2 files changed, 4 insertions, 4 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} diff --git a/python/python3-plotly/python3-plotly.info b/python/python3-plotly/python3-plotly.info index c1c4d86ca6..f56d7d92c5 100644 --- a/python/python3-plotly/python3-plotly.info +++ b/python/python3-plotly/python3-plotly.info @@ -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" |