python312Packages.pipx: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-08-23 02:53:40 +00:00
parent cc76f5abc4
commit d221e816c7
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pipx";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "pypa";
repo = "pipx";
rev = "refs/tags/${version}";
hash = "sha256-B57EIUIwy0XG5bnIwxYKgm3WwckdJWWAeUl84mWC1Ds=";
hash = "sha256-FO2cAxc+yM/eVbLza2JgRJyHNf2AcId+k13FSOPUpUE=";
};
build-system = [