aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tox/python3-tox.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-05 15:18:25 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-07 23:28:56 +0700
commita857e44d890c1c53c8d89397c53f73907af1ca69 (patch)
tree3b1246a00d760a11b0f2d9d7f91b14c7a7d218c1 /python/python3-tox/python3-tox.SlackBuild
parentef71a96b043703a35f32774618e320f36b48967c (diff)
python/python3-tox: Version bump to 4.12.1
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.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-tox/python3-tox.SlackBuild b/python/python3-tox/python3-tox.SlackBuild
index 5e9971d536..9fc06ab3f8 100644
--- a/python/python3-tox/python3-tox.SlackBuild
+++ b/python/python3-tox/python3-tox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-tox
-# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com
+# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tox
-VERSION=${VERSION:-4.11.4}
+VERSION=${VERSION:-4.12.1}
SRCNAM=${SRCNAM:-tox}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}