mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-rich: Updated for version 12.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49ae0c776c
commit
6f22dd3d0c
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue