pipx: Update to version 1.4.0

This commit is contained in:
github-actions[bot] 2023-12-28 20:22:36 +00:00
parent 66db2d7d91
commit 81e9358df0

View File

@ -1,13 +1,13 @@
{ {
"version": "1.3.3", "version": "1.4.0",
"description": "Install and run Python applications in isolated environments", "description": "Install and run Python applications in isolated environments",
"homepage": "https://pipx.pypa.io/", "homepage": "https://pipx.pypa.io/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Python": "python" "Python": "python"
}, },
"url": "https://github.com/pypa/pipx/releases/download/1.3.3/pipx.pyz", "url": "https://github.com/pypa/pipx/releases/download/1.4.0/pipx.pyz",
"hash": "348b59b82b1ba9032513d36c2ea03ad3a34e45805ef8de7638a047673ee8b4cb", "hash": "39ff4cd3dee218e3271e559179222a5238309530a905763ebbf6a69c65e68c67",
"bin": "pipx.bat", "bin": "pipx.bat",
"pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"", "pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"",
"checkver": { "checkver": {