From e35e0fd210dce90ea14fc6d37b69f247c012b4bf Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 6 Apr 2025 20:18:22 +0200 Subject: [PATCH] python3-rich: update to 14.0.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 166d5d9871a..5e27f942950 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.9.4 -revision=2 +version=14.0.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=439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098 +checksum=82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725 make_check=extended # some checks only work on windows post_install() {