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 | |
parent | 49ae0c776c3cd8011cd4ed07aafb49b988f48204 (diff) | |
download | slackbuilds-6f22dd3d0cb2619b625fcf556eba92ac0177c137.tar.gz |
python/python3-rich: Updated for version 12.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-rich/python3-rich.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-rich/python3-rich.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild index 6434011c52..dd175cb8f2 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} diff --git a/python/python3-rich/python3-rich.info b/python/python3-rich/python3-rich.info index a68b008f04..d664e332ae 100644 --- a/python/python3-rich/python3-rich.info +++ b/python/python3-rich/python3-rich.info @@ -1,8 +1,8 @@ PRGNAM="python3-rich" -VERSION="12.5.1" +VERSION="12.6.0" HOMEPAGE="https://github.com/Textualize/rich" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.5.1.tar.gz" -MD5SUM="2ff5d89d404edc3d485ec52611243a6b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.6.0.tar.gz" +MD5SUM="6e4970bdc1ac762e5855bd67b08f873e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="CommonMark" |