diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-05-15 20:30:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:43 +0700 |
commit | 81a8db5bc4d949fd77d409d202df370e529285bc (patch) | |
tree | d453addc8d36ca5e09f53f2e90d28b099d5aa2c2 /python/python3-astroid/python3-astroid.SlackBuild | |
parent | 4a47d70d38d35fbe09138aca3954480f7fb43548 (diff) |
python/python3-astroid: Updated for version 3.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid/python3-astroid.SlackBuild')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index ea008a6d25..4f7bbe5381 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |