python-virtualenv: update to 20.23.1

This commit is contained in:
Mehdi Chinoune
2023-06-17 00:39:12 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9ffaa8c23d
commit cc74aff62a

View File

@@ -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