From ff94ed87f212d01b56dfb650fc877db84c8cb0d4 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 15 May 2020 21:55:18 +0700 Subject: [PATCH] python/python3-seaborn: Updated for version 0.10.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-seaborn/python3-seaborn.SlackBuild | 2 +- python/python3-seaborn/python3-seaborn.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index b25f8e34fd..24db23459a 100644 --- a/python/python3-seaborn/python3-seaborn.SlackBuild +++ b/python/python3-seaborn/python3-seaborn.SlackBuild @@ -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} diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info index c8b161a35b..65cec7b38a 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.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"