diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-08-21 20:08:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-22 00:52:16 +0700 |
commit | fcbfe247db9f3414e71fba9769f6d6b5795324e2 (patch) | |
tree | 6a00fbf2c393e7d0c8f1ef79775c2952483f7165 /python/python3-astroid/python3-astroid.SlackBuild | |
parent | bd7b7b97fe15b4355fa11ccc7a2232f0d75f85a5 (diff) |
python/python3-astroid: Updated for version 2.7.2.
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 594a970f55025..fb28c66ca6720 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.6.6} +VERSION=${VERSION:-2.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |