diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-19 14:40:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 17:36:59 +0700 |
commit | 95fb0a0eb11f35e69bc9334624c252186f65c42f (patch) | |
tree | 6cc2d69a6077fd6de082116343726527f27f6bbf /python/python3-black/python3-black.SlackBuild | |
parent | d58a89483cd646e2e5f6f23f12d44dfaeab74507 (diff) |
python/python3-black: reverted to version 22.12.0, for outdated packaging.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-black/python3-black.SlackBuild')
-rw-r--r-- | python/python3-black/python3-black.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-black/python3-black.SlackBuild b/python/python3-black/python3-black.SlackBuild index 89551b33e8ea..92f9b3028add 100644 --- a/python/python3-black/python3-black.SlackBuild +++ b/python/python3-black/python3-black.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-black -VERSION=${VERSION:-23.3.0} +VERSION=${VERSION:-22.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |