diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-02-17 22:22:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-22 22:33:49 +0700 |
commit | d4df9a946edb917b1dd1e938cc3353502b65eff1 (patch) | |
tree | ce02c574cf5d752a882bc66fee4efb74fa1952a5 /python/python3-astroid/python3-astroid.SlackBuild | |
parent | 9298b8d5b310a1e4644b564c36ababdeb45f7641 (diff) |
python/python3-astroid: Updated for version 2.5.
This commit also updates the dependencies to match the new version.
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 32be2b075f3a1..b8ef010788683 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |