diff options
-rw-r--r-- | python/python3-seaborn/python3-seaborn.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-seaborn/python3-seaborn.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index 24db23459a..a3b9c72a27 100644 --- a/python/python3-seaborn/python3-seaborn.SlackBuild +++ b/python/python3-seaborn/python3-seaborn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-seaborn -# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-seaborn -VERSION=${VERSION:-0.10.1} -SRCNAM=seaborn +VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=seaborn + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info index 65cec7b38a..b2adaafd8b 100644 --- a/python/python3-seaborn/python3-seaborn.info +++ b/python/python3-seaborn/python3-seaborn.info @@ -1,8 +1,8 @@ PRGNAM="python3-seaborn" -VERSION="0.10.1" +VERSION="0.11.1" HOMEPAGE="https://seaborn.pydata.org/" -DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.10.1/seaborn-0.10.1.tar.gz" -MD5SUM="125586d58ef64fb47199d4eae71cbd69" +DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.11.1/seaborn-0.11.1.tar.gz" +MD5SUM="6fd7c297d708044439bde6997c96402c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-matplotlib python3-pandas scipy3" |