mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-isort: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d84a613347
commit
4df09e5dec
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-isort
|
||||
SRCNAM=isort
|
||||
VERSION=${VERSION:-5.7.0}
|
||||
VERSION=${VERSION:-5.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-isort"
|
||||
VERSION="5.7.0"
|
||||
VERSION="5.8.0"
|
||||
HOMEPAGE="https://timothycrosley.github.io/isort/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a2/f7/f50fc9555dc0fe2dc1e7f69d93f71961d052857c296cad0fb6d275b20008/isort-5.7.0.tar.gz"
|
||||
MD5SUM="941d03d2389b0eb091738b4f0ff5e365"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/31/8a/6f5449a7be67e4655069490f05fa3e190f5f5864e6ddee140f60fe5526dd/isort-5.8.0.tar.gz"
|
||||
MD5SUM="e8800822700fdd2dc4b8708916a8da6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue