From 6da2b38cc57d92bb3bddd199906f5d11001961c0 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 16 Nov 2023 10:46:38 -0600 Subject: [PATCH] python3-rich: update to 13.7.0. --- srcpkgs/python3-rich/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index 9743bd80fa1..e54144ed9fb 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,7 +1,7 @@ # Template file for 'python3-rich' pkgname=python3-rich -version=13.6.0 -revision=2 +version=13.7.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" depends="python3-Pygments python3-markdown-it" @@ -11,7 +11,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/willmcgugan/rich" distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" -checksum=5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef +checksum=5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa make_check=extended # some checks only work on windows post_install() {