From 8b4bb889ecb3d2cdae3eeecee55894ab9419097c Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 30 Dec 2022 18:13:21 +0000 Subject: [PATCH] python-tox: update to 4.1.1 --- 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 3cb6b61bda..9a3285a48e 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.0.16 +pkgver=4.1.1 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=('968fc4e27110defdf15972893cb15fe1669f338c8408d8835077462fb07e07fe') +sha256sums=('5d214ce3e480e3b2cce72dbc9e832296387e7311f76b70de4a649636d02e34c9') prepare() { rm -rf python-build-${MSYSTEM} | true