pip-audit: 2.4.6 -> 2.4.7

Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.4.7
This commit is contained in:
Fabian Affolter 2022-11-29 21:43:31 +01:00
parent 351823b3bd
commit cf3813f0a2

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.4.6";
version = "2.4.7";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GArssIXq7htxQLitAjkdQYrtH6YDECptRL2iy4TZmy0=";
hash = "sha256-LiL1TtMKypI8tVa0uZm1sCudCbw+pnTo/Z/J/PL2+44=";
};
nativeBuildInputs = [