mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-isort: Updated for version 4.3.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6c7186c08
commit
705ffb5a44
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-isort
|
||||
SRCNAM=isort
|
||||
VERSION=${VERSION:-4.3.20}
|
||||
VERSION=${VERSION:-4.3.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-isort"
|
||||
VERSION="4.3.20"
|
||||
VERSION="4.3.21"
|
||||
HOMEPAGE="https://github.com/timothycrosley/isort"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/f1/84/5d66ddbe565e36682c336c841e51430384495b272c622ac229029f671be2/isort-4.3.20.tar.gz"
|
||||
MD5SUM="e29d83726191c23a9d1e8310bd278ecd"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/43/00/8705e8d0c05ba22f042634f791a61f4c678c32175763dcf2ca2a133f4739/isort-4.3.21.tar.gz"
|
||||
MD5SUM="05d66f2eb7ce2c2d702e86bac24bf9e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue