python3-virtualenv: update to 20.30.0.

This commit is contained in:
Gonzalo Tornaría 2025-04-18 11:57:42 -03:00
parent 35f1e672fd
commit eb060d6214

View file

@ -1,6 +1,6 @@
# Template file for 'python3-virtualenv'
pkgname=python3-virtualenv
version=20.29.2
version=20.30.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://virtualenv.pypa.io/"
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
checksum=fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728
checksum=800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
post_install() {