mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-tox: Version bump to 4.23.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0acb44b55d
commit
c0b201ec8e
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-tox
|
||||
VERSION=${VERSION:-4.21.2}
|
||||
VERSION=${VERSION:-4.23.2}
|
||||
SRCNAM=${SRCNAM:-tox}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tox"
|
||||
VERSION="4.21.2"
|
||||
VERSION="4.23.2"
|
||||
HOMEPAGE="https://tox.wiki/"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.21.2/tox-4.21.2.tar.gz"
|
||||
MD5SUM="5a50c0f0b350b8944de02c60f729ac2f"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.23.2/tox-4.23.2.tar.gz"
|
||||
MD5SUM="aa77e5e415d3c5f181c2fafbd53e78ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"
|
||||
|
|
Loading…
Reference in a new issue