python/python3-pipx: Updated for version 1.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-08-18 20:18:00 +07:00 committed by Willy Sudiarto Raharjo
parent e5b1c8f4f2
commit 8f354ec154
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pipx
VERSION=${VERSION:-1.5.0}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pipx"
VERSION="1.5.0"
VERSION="1.6.0"
HOMEPAGE="https://github.com/pipxproject/pipx"
DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.5.0.tar.gz"
MD5SUM="a582b57504074f6783b69777dc3f95c9"
DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.6.0.tar.gz"
MD5SUM="ac87b5f3c1d64cddd13681b223857c96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs python3-platformdirs python3-argcomplete python3-userpath"