pex: update to 2.20.2.

Closes: #52515 [via git-merge-pr]
This commit is contained in:
icp 2024-04-06 00:38:26 +05:30 committed by classabbyamp
parent d787b3e872
commit dc99912bb5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pex'
pkgname=pex
version=2.2.2
version=2.20.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://docs.pex-tool.org"
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=8390fdbf5099ef4be23f40bff655b026fb5eac9d8a1f7a1408a46cc44afd35e8
checksum=ed691c64b26def01168e960804e74dc13d38654598ae40579be2f971d0393a84
python3-pex_package() {
depends="${sourcepkg}>=${version}_${revision}"