mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-pipx: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5b1c8f4f2
commit
8f354ec154
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue