Merge pull request #336672 from r-ryantm/auto-update/python312Packages.pipx

python312Packages.pipx: 1.6.0 -> 1.7.0
This commit is contained in:
OTABI Tomoya 2024-08-24 08:00:14 +09:00 committed by GitHub
commit 9bd0eef709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [