diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2020-05-01 18:40:40 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:36:48 +0700 |
commit | b4bcba738310461ffd3561de21eb88fe23e58eb3 (patch) | |
tree | c82af4ea67b3a6df264569401cfe459d565191fb /python/python3-astroid/python3-astroid.SlackBuild | |
parent | 3b9ebcb4bda54c167eb33d9691d41061e87493d3 (diff) |
python/python3-astroid: Updated for version 2.4.0.
This commit also updates 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 4499d15f32..848461205a 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.3.3} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |