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

pip-audit: 2.6.3 -> 2.7.0
This commit is contained in:
Mario Rodas 2024-01-13 10:36:28 -05:00 committed by GitHub
commit 3ecd573489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pip-audit";
version = "2.6.3";
version = "2.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Vr65sKEb/ykrLcB8MLyr9qCUDWCccoWMkWZWeM54saw=";
hash = "sha256-xbplBcoW78Dh5uyhaPicjs74YQfAgTc746Srxa4vu7M=";
};
nativeBuildInputs = with python3.pkgs; [