python3Packages.pipx: 1.4.3 -> 1.6.0

https://github.com/pypa/pipx/blob/1.6.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:49 +02:00
parent b16cee899d
commit 71087ebd19
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pipx";
version = "1.4.3";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "pypa";
repo = "pipx";
rev = "refs/tags/${version}";
hash = "sha256-NxXOeVXwBhGqi4DUABV8UV+cDER0ROBFdgiyYTzdvuo=";
hash = "sha256-B57EIUIwy0XG5bnIwxYKgm3WwckdJWWAeUl84mWC1Ds=";
};
build-system = [