From 366cdce78024ab10655c72ddcae4bf52e2bb6cc5 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 31 May 2023 18:14:08 +0000 Subject: [PATCH] python-rich: update to 13.4.2 --- mingw-w64-python-rich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-rich/PKGBUILD b/mingw-w64-python-rich/PKGBUILD index 44072e60be..f992b86779 100644 --- a/mingw-w64-python-rich/PKGBUILD +++ b/mingw-w64-python-rich/PKGBUILD @@ -3,7 +3,7 @@ _realname=rich pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=13.3.5 +pkgver=13.4.2 pkgrel=1 pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)" arch=('any') @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-poetry-core") source=("https://pypi.io/packages/source/r/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('2d11b9b8dd03868f09b4fffadc84a6a8cda574e40dc90821bd845720ebb8e89c') +sha256sums=('d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898') prepare() { rm -rf python-build-${MSYSTEM} | true