From 855cda94ef91aa9f024e1a8bb9587ca931a85c0f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 27 Aug 2024 21:07:33 -0500 Subject: [PATCH] python3-rich: update to 13.8.0. --- srcpkgs/python3-rich/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index 4fdd217a5b0..2dfc53d63e5 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,6 +1,6 @@ # Template file for 'python3-rich' pkgname=python3-rich -version=13.7.1 +version=13.8.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" @@ -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=9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432 +checksum=a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4 make_check=extended # some checks only work on windows post_install() {