diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-05-18 14:42:02 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-30 08:20:18 +0700 |
commit | 0d592579bfb23beac7668f776ebb362fc81c6d69 (patch) | |
tree | 21d98d7361fa8506057581e18d81158d43afd031 | |
parent | 13dc7e800c7ac8aa64c6a54b59e9b0c8fa893d63 (diff) | |
download | slackbuilds-0d592579bfb23beac7668f776ebb362fc81c6d69.tar.gz |
python/python3-isort: Updated for version 4.3.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-isort/python3-isort.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-isort/python3-isort.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-isort/python3-isort.SlackBuild b/python/python3-isort/python3-isort.SlackBuild index 1b4d17c8f1..9644dc50be 100644 --- a/python/python3-isort/python3-isort.SlackBuild +++ b/python/python3-isort/python3-isort.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-isort SRCNAM=isort -VERSION=${VERSION:-4.3.19} +VERSION=${VERSION:-4.3.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index 71aaf3cef6..b6b989362d 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -1,8 +1,8 @@ PRGNAM="python3-isort" -VERSION="4.3.19" +VERSION="4.3.20" HOMEPAGE="https://github.com/timothycrosley/isort" -DOWNLOAD="https://files.pythonhosted.org/packages/ed/f7/27e8e8a5c24fcb519f5417c6360ab2da33e7236cc45f3e333b828cc19ac0/isort-4.3.19.tar.gz" -MD5SUM="9d7d4981e2d5bc905627d25c7aa0a86b" +DOWNLOAD="https://files.pythonhosted.org/packages/f1/84/5d66ddbe565e36682c336c841e51430384495b272c622ac229029f671be2/isort-4.3.20.tar.gz" +MD5SUM="e29d83726191c23a9d1e8310bd278ecd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |