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

pip-audit: 2.7.1 -> 2.7.2
This commit is contained in:
Fabian Affolter 2024-03-01 14:17:55 +01:00 committed by GitHub
commit ef8a658540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pip-audit";
version = "2.7.1";
version = "2.7.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3OqF4xgRWzX4m4WW2B+cUuHJpNzf2L033ZXwGH0K4b0=";
hash = "sha256-IlIPLuHGmnmt6FgX+Psw+f6XpkuhP+BZ+e4k4DV8e/U=";
};
nativeBuildInputs = with python3.pkgs; [