From 1cd94fa32ffa0a76f5d2285d6b836e53fd26fe44 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 2 Oct 2024 07:29:25 +0000 Subject: [PATCH] python-rich: update to 13.9.1 --- 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 4795678e8e..711be44f43 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.8.0 +pkgver=13.9.1 pkgrel=1 pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-poetry-core") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4') +sha256sums=('097cffdf85db1babe30cc7deba5ab3a29e1b9885047dab24c57e9a7f8a9c1466') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"