python/python3-rich: Updated for version 12.5.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-09-09 10:35:42 +01:00 committed by Dave Woodfall
parent 05215ae387
commit 372e1e910a
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"