pip-audit: 2.3.1 -> 2.3.2

This commit is contained in:
Fabian Affolter 2022-06-15 16:20:49 +02:00
parent f554c3e0f1
commit 4cae7db647

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.3.1";
version = "2.3.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-W7g2ZV1Xf1s5sGRJiZdQcreBD6zp1/VRQPGs+VIOJE0=";
hash = "sha256-BcbTu4vDA7ry87gQXpFk3MvH0eFNNgOBf1SlxNUFDbw=";
};
nativeBuildInputs = [
@ -47,6 +47,7 @@ buildPythonApplication rec {
pip-api
progress
resolvelib
rich
];
checkInputs = [