diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-12-15 14:26:17 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:08:18 +0700 |
commit | a3cc711d84ada59711c671c4e79be956d67db25f (patch) | |
tree | d6da590658664ff2c797205de82822ca597baab1 /python/python3-pandas/python3-pandas.SlackBuild | |
parent | bb48925c7e7ddd92b98d899fb38039be343f099a (diff) |
python/python3-pandas: Version bump to 2.1.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas/python3-pandas.SlackBuild')
-rw-r--r-- | python/python3-pandas/python3-pandas.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild index 6abea91468..3d091f1dd8 100644 --- a/python/python3-pandas/python3-pandas.SlackBuild +++ b/python/python3-pandas/python3-pandas.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pandas SRCNAM=pandas -VERSION=${VERSION:-2.1.3} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |