From 88dce7cb3bafd4c79f0d9b3e0aba9afd4e0c99af Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 4 Jan 2023 18:49:22 +0000 Subject: [PATCH] python-tox: update to 4.2.2 --- mingw-w64-python-tox/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-tox/PKGBUILD b/mingw-w64-python-tox/PKGBUILD index b94ff747a0..5bf92c2a43 100644 --- a/mingw-w64-python-tox/PKGBUILD +++ b/mingw-w64-python-tox/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.1.2 +pkgver=4.2.2 pkgrel=1 pkgdesc="Python virtualenv management and testing tool (mingw-w64)" arch=('any') @@ -30,7 +30,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-filelock" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('3910e7ddf260de9004738a416f2efdbca21ad7f35d279f8a323117256696535f') +sha256sums=('bc15dfd89b170620a2f5e2032a2dda1ec8f864adc46b70a4c18b7e5d3c3ff913') prepare() { rm -rf python-build-${MSYSTEM} | true