mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
python/python3-isort: Updated for version 5.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d4ce21819b
commit
145c6a48c8
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-isort
|
||||
SRCNAM=isort
|
||||
VERSION=${VERSION:-5.9.1}
|
||||
VERSION=${VERSION:-5.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-isort"
|
||||
VERSION="5.9.1"
|
||||
VERSION="5.9.2"
|
||||
HOMEPAGE="https://timothycrosley.github.io/isort/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/b7/8b/7c2200599c22b4ef6f3688f93c4f44065926bc05cbd38c31247b1348f9a3/isort-5.9.1.tar.gz"
|
||||
MD5SUM="4f27dd980667a218a9167a601f136fd3"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ac/2a/87e6a7d3c3953ddfb37c6da3fd951490425a60d2ab0be059b321d5788dc8/isort-5.9.2.tar.gz"
|
||||
MD5SUM="6d429f0e5e8618ed4496dea213deaedb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue