diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-08-18 20:18:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-19 09:38:13 +0700 |
commit | 8f354ec1541c58d3630437cfc3d08e8e5a29fed0 (patch) | |
tree | d3caa0e7dfb867297f574648b6401f8d515f9610 /python/python3-pipx | |
parent | e5b1c8f4f2c4194a22122c6a82117dff72c47c9b (diff) |
python/python3-pipx: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pipx')
-rw-r--r-- | python/python3-pipx/python3-pipx.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pipx/python3-pipx.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pipx/python3-pipx.SlackBuild b/python/python3-pipx/python3-pipx.SlackBuild index 4cfd48ba3f6c4..507169be49610 100644 --- a/python/python3-pipx/python3-pipx.SlackBuild +++ b/python/python3-pipx/python3-pipx.SlackBuild @@ -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} diff --git a/python/python3-pipx/python3-pipx.info b/python/python3-pipx/python3-pipx.info index 1ab0b466ead6e..4d8663d19b8a3 100644 --- a/python/python3-pipx/python3-pipx.info +++ b/python/python3-pipx/python3-pipx.info @@ -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" |