Merge pull request #177767 from fabaff/pip-audit-bump

pip-audit: 2.3.1 -> 2.3.2
This commit is contained in:
Fabian Affolter 2022-06-15 23:05:59 +02:00 committed by GitHub
commit 0ea2590c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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