diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 10:15:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:11 +0700 |
commit | 5e31ad64062f19416de30ad38f3da6411f27ffa8 (patch) | |
tree | 8dece6cceaf1d71f0b5dc88e4bb4dd3f2e539df6 /python/python3-celery/python3-celery.SlackBuild | |
parent | 9f1b94886a761724522c702e86f792b6dc7fe426 (diff) |
python/python3-celery: Updated for version 5.2.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery/python3-celery.SlackBuild')
-rw-r--r-- | python/python3-celery/python3-celery.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index 91d828b913..d92f1b0642 100644 --- a/python/python3-celery/python3-celery.SlackBuild +++ b/python/python3-celery/python3-celery.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-celery SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.2.6} +VERSION=${VERSION:-5.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |