pipx: Update to version 1.4.1

This commit is contained in:
github-actions[bot] 2024-01-02 20:24:35 +00:00
parent b3c9d855e2
commit 56336f8c12

View File

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