From 279fb22dbb6fd661ae86ed0629e49f8b436b7c8a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 6 Jan 2025 11:16:38 +0100 Subject: [PATCH] python-rich: Update to 13.9.4 --- mingw-w64-python-rich/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-rich/PKGBUILD b/mingw-w64-python-rich/PKGBUILD index 123b1575e5..894522c516 100644 --- a/mingw-w64-python-rich/PKGBUILD +++ b/mingw-w64-python-rich/PKGBUILD @@ -3,8 +3,8 @@ _realname=rich pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=13.9.2 -pkgrel=2 +pkgver=13.9.4 +pkgrel=1 pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -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=('51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c') +sha256sums=('439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"