pip-audit: 2.4.1 -> 2.4.2

This commit is contained in:
Fabian Affolter 2022-07-23 18:22:50 +02:00
parent 1cf0c69060
commit 9f9fc392ca

View file

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.4.1";
version = "2.4.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-Uko8ZtVMu9a/WrgSREFY3c8O+psE6cWpyHKVrOTJOJE=";
hash = "sha256-GH7dP2/0j2bXqw1qssyzMSV/YtYImbT7VSn/x97idiU=";
};
nativeBuildInputs = [
@ -46,6 +46,7 @@ buildPythonApplication rec {
lockfile
packaging
pip-api
pip-requirements-parser
progress
resolvelib
rich