diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-09 10:35:42 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-09 10:35:42 +0100 |
commit | 372e1e910a9f585156e5458bf1007cee092eaea0 (patch) | |
tree | 16bf3a0f9e1b62f4de52708ac58a4fa4d7e62ec7 | |
parent | 05215ae3870b9050f4260c9221cce1f41fd54d19 (diff) |
python/python3-rich: Updated for version 12.5.1.
Signed-off-by: Dave Woodfall <dave@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 6e575a700b12b..6434011c52b80 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.4.4} +VERSION=${VERSION:-12.5.1} 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 69b20a78dd8fc..a68b008f043eb 100644 --- a/python/python3-rich/python3-rich.info +++ b/python/python3-rich/python3-rich.info @@ -1,8 +1,8 @@ PRGNAM="python3-rich" -VERSION="12.4.4" +VERSION="12.5.1" HOMEPAGE="https://github.com/Textualize/rich" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.4.4.tar.gz" -MD5SUM="fcdca434116c8d0720fc5dd10eda0224" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.5.1.tar.gz" +MD5SUM="2ff5d89d404edc3d485ec52611243a6b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="CommonMark" |