python/python3-isort: Updated for version 5.6.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2020-10-24 20:01:42 +03:00 committed by Willy Sudiarto Raharjo
parent 41fa52299e
commit 51ddd21f5d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=python3-isort
SRCNAM=isort
VERSION=${VERSION:-5.6.1}
VERSION=${VERSION:-5.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-isort"
VERSION="5.6.1"
VERSION="5.6.4"
HOMEPAGE="https://timothycrosley.github.io/isort/"
DOWNLOAD="https://files.pythonhosted.org/packages/0e/83/9697b151c190c71fae8d39a2b8b84fa37f317fd7ae82d8890f3f0675c078/isort-5.6.1.tar.gz"
MD5SUM="13061f11890cc8d0d68eef78ff7cd6bd"
DOWNLOAD="https://files.pythonhosted.org/packages/7b/b5/19e828baf02d3e441cd287a3f3cc172bec2d1210c0210294debeddbd3550/isort-5.6.4.tar.gz"
MD5SUM="d2dfc32943b1d64311facec6a05c2f98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"