diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 20:02:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 08:02:30 +0700 |
commit | 22a0ae1e7a41d1b085e71b10a284293066892d59 (patch) | |
tree | 43eb516240314614fcd7f8533c1947fb42f9dacc /python/python3-statsmodels/python3-statsmodels.SlackBuild | |
parent | 3ca05513c7833bbdb71179f5b958417fea669177 (diff) |
python/python3-statsmodels: Update for 0.14.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-statsmodels/python3-statsmodels.SlackBuild')
-rw-r--r-- | python/python3-statsmodels/python3-statsmodels.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild index d40630003d..48e6761ccb 100644 --- a/python/python3-statsmodels/python3-statsmodels.SlackBuild +++ b/python/python3-statsmodels/python3-statsmodels.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-statsmodels -# Copyright 2020-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-statsmodels -VERSION=${VERSION:-0.14.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.14.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |