mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-virtualenv: update to 20.4.6.
This commit is contained in:
parent
a01222c991
commit
aed408e581
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-virtualenv'
|
# Template file for 'python3-virtualenv'
|
||||||
pkgname=python3-virtualenv
|
pkgname=python3-virtualenv
|
||||||
version=20.4.4
|
version=20.4.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="virtualenv-${version}"
|
wrksrc="virtualenv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://virtualenv.pypa.io/"
|
homepage="https://virtualenv.pypa.io/"
|
||||||
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
|
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||||
checksum=09c61377ef072f43568207dc8e46ddeac6bcdcaf288d49011bda0e7f4d38c4a2
|
checksum=72cf267afc04bf9c86ec932329b7e94db6a0331ae9847576daaa7ca3c86b29a4
|
||||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue