diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-28 11:41:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:18 +0700 |
commit | a45bc6afd87430b4233dc3a54d5a0089702fe450 (patch) | |
tree | f24deb27773d8813d015f7cbc9ad2d45544e5a4f /python/python3-tox/python3-tox.SlackBuild | |
parent | 6e381bbff95df616b1e2e06f051e22b06f759ce6 (diff) |
python/python3-tox: Updated for version 4.6.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tox/python3-tox.SlackBuild')
-rw-r--r-- | python/python3-tox/python3-tox.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild index 2d4b061147..f25b2657dc 100644 --- a/python/python3-tox/python3-tox.SlackBuild +++ b/python/python3-tox/python3-tox.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tox -VERSION=${VERSION:-4.6.0} +VERSION=${VERSION:-4.6.3} SRCNAM=${SRCNAM:-tox} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |