python/python3-seaborn: Updated for version 0.10.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-05-15 21:55:18 +07:00 committed by Willy Sudiarto Raharjo
parent f28bbf6410
commit ff94ed87f2
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-seaborn
VERSION=${VERSION:-0.10.0}
VERSION=${VERSION:-0.10.1}
SRCNAM=seaborn
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-seaborn"
VERSION="0.10.0"
VERSION="0.10.1"
HOMEPAGE="https://seaborn.pydata.org/"
DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.10.0/seaborn-0.10.0.tar.gz"
MD5SUM="605c25770cd0a4a4146c1788966725e7"
DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.10.1/seaborn-0.10.1.tar.gz"
MD5SUM="125586d58ef64fb47199d4eae71cbd69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-matplotlib python3-pandas scipy3"