diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-26 12:43:27 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:40:19 +0700 |
commit | ccb96f8ab81d8e533ee42a19d9a10217e8753619 (patch) | |
tree | dffb120aa2f9cf9fc2feab632c293e325fccedcd /python/python3-jedi/python3-jedi.SlackBuild | |
parent | e27401bbd445e57fe5e3ec6f162065c3110cd329 (diff) |
python/python3-jedi: Updated for version 0.13.3.
Diffstat (limited to 'python/python3-jedi/python3-jedi.SlackBuild')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild index bd9cb29dffd0a..72e2c6caa1d85 100644 --- a/python/python3-jedi/python3-jedi.SlackBuild +++ b/python/python3-jedi/python3-jedi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-jedi -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -25,7 +25,7 @@ SRCNAM=jedi PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-0.13.2} +VERSION=${VERSION:-0.13.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |