diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-23 16:02:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 07:57:31 +0700 |
commit | ed10c69eac23f8cac7153773156278d5ed0aa247 (patch) | |
tree | 62e4aa7a5e71c3ce94a40b98b1f479a550a69918 /python/python3-virtualenv/python3-virtualenv.SlackBuild | |
parent | 6dc075ac42d5e5f091b18f83b2ac906d7cdc05f2 (diff) |
python/python3-virtualenv: Version bump to 20.25.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-virtualenv/python3-virtualenv.SlackBuild')
-rw-r--r-- | python/python3-virtualenv/python3-virtualenv.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-virtualenv/python3-virtualenv.SlackBuild b/python/python3-virtualenv/python3-virtualenv.SlackBuild index 764ef8cc5b..934296b610 100644 --- a/python/python3-virtualenv/python3-virtualenv.SlackBuild +++ b/python/python3-virtualenv/python3-virtualenv.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-virtualenv # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> -# 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 @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-virtualenv SRCNAM=virtualenv -VERSION=${VERSION:-20.25.0} +VERSION=${VERSION:-20.25.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |