diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-12-02 11:21:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-03 11:57:53 +0700 |
commit | 62525afa6055596a2b6c9ad7ad2a3940a87e9273 (patch) | |
tree | c4909a192c5a6d25b721f9345242f6cfd1f3a94b /python/python3-isort/python3-isort.SlackBuild | |
parent | fd88b9f1f9002f16fd0aacb2a2d8c3d8c075c32f (diff) | |
download | slackbuilds-62525afa6055596a2b6c9ad7ad2a3940a87e9273.tar.gz |
python/python3-isort: Updated for version 5.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-isort/python3-isort.SlackBuild')
-rw-r--r-- | python/python3-isort/python3-isort.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-isort/python3-isort.SlackBuild b/python/python3-isort/python3-isort.SlackBuild index 94b15a3172..4a7b8eec25 100644 --- a/python/python3-isort/python3-isort.SlackBuild +++ b/python/python3-isort/python3-isort.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-isort SRCNAM=isort -VERSION=${VERSION:-5.9.3} +VERSION=${VERSION:-5.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |