python-pipx: update to 1.8.0

This commit is contained in:
Dirk Stolle 2025-10-03 23:55:01 +02:00
parent 2c82a951dc
commit 77a52101bb

View File

@ -3,8 +3,8 @@
_realname=pipx
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.7.1
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc="Install and Run Python Applications in Isolated Environments (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -32,7 +32,7 @@ makedepends=(
)
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360')
sha256sums=('61a653ef2046de67c3201306b9d07428e93c80e6bebdcbbcb8177ecf3328b403')
prepare() {
cd "${_realname}-${pkgver}"