From cc74aff62a9d6c34dfd4ad8d140e4b2b62a2e35f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 17 Jun 2023 00:39:12 +0000 Subject: [PATCH] python-virtualenv: update to 20.23.1 --- mingw-w64-python-virtualenv/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-virtualenv/PKGBUILD b/mingw-w64-python-virtualenv/PKGBUILD index 28497b3972..9ecb27b556 100644 --- a/mingw-w64-python-virtualenv/PKGBUILD +++ b/mingw-w64-python-virtualenv/PKGBUILD @@ -3,7 +3,7 @@ _realname=virtualenv pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-virtualenv") -pkgver=20.23.0 +pkgver=20.23.1 pkgrel=1 pkgdesc="Virtual Python Environment builder (mingw-w64)" url="https://virtualenv.pypa.io/" @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatch-vcs") options=(!strip) source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('a85caa554ced0c0afbd0d638e7e2d7b5f92d23478d05d17a76daeac8f279f924') +sha256sums=('8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1') prepare() { rm -rf python-build-${MSYSTEM} | true