diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-07 22:35:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:48 +0700 |
commit | 6f22dd3d0cb2619b625fcf556eba92ac0177c137 (patch) | |
tree | 2ffd44bc736c719385d3a3f6167d912ac5e4af2c /python/python3-rich/python3-rich.SlackBuild | |
parent | 49ae0c776c3cd8011cd4ed07aafb49b988f48204 (diff) |
python/python3-rich: Updated for version 12.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rich/python3-rich.SlackBuild')
-rw-r--r-- | python/python3-rich/python3-rich.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild index 6434011c52b8..dd175cb8f209 100644 --- a/python/python3-rich/python3-rich.SlackBuild +++ b/python/python3-rich/python3-rich.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-rich SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-12.5.1} +VERSION=${VERSION:-12.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |