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 49e9e4af95229..2c6dd211e26ac 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.22.0} +VERSION=${VERSION:-5.23.0} 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 e0daa6084fc87..68754aa186f85 100644 --- a/python/python3-plotly/python3-plotly.info +++ b/python/python3-plotly/python3-plotly.info @@ -1,8 +1,8 @@ PRGNAM="python3-plotly" -VERSION="5.22.0" +VERSION="5.23.0" HOMEPAGE="https://github.com/plotly/plotly.py" -DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.22.0/plotly.py-5.22.0.tar.gz" -MD5SUM="43e9f68f9b78083ae4a0bd8842c28818" +DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.23.0/plotly.py-5.23.0.tar.gz" +MD5SUM="fd124cbad7378f3841d12c3fe1c6d808" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-tenacity" |