python/python3-isort: Updated for version 4.3.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2019-02-25 17:27:29 +02:00 committed by Willy Sudiarto Raharjo
parent d45e46d590
commit b4560fdde6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="python3-isort"
VERSION="4.3.4"
VERSION="4.3.9"
HOMEPAGE="https://github.com/timothycrosley/isort"
DOWNLOAD="https://files.pythonhosted.org/packages/b1/de/a628d16fdba0d38cafb3d7e34d4830f2c9cb3881384ce5c08c44762e1846/isort-4.3.4.tar.gz"
MD5SUM="fb554e9c8f9aa76e333a03d470a5cf52"
DOWNLOAD="https://files.pythonhosted.org/packages/35/c5/025aaa76f0f337e3d91197973c42b4e807fa6dd509da70e87053d85ce278/isort-4.3.9.tar.gz"
MD5SUM="97843adc4f5f77bdcc5f7516d92a8504"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"