diff options
-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" |