pip-audit: 2.10.0 -> 2.10.1
Diff: https://github.com/trailofbits/pip-audit/compare/v2.10.0...v2.10.1 Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.10.1
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "pip-audit";
|
||||
version = "2.10.0";
|
||||
version = "2.10.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trailofbits";
|
||||
repo = "pip-audit";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fnIwtXFswKcfz/8VssL4UVukwkq6CC63NCyqqbqziO8=";
|
||||
hash = "sha256-+R8X7KIQz6Gm88IigZmMagz5l1eJ2bO8zAUNZqunotI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "cyclonedx-python-lib" ];
|
||||
|
||||
Reference in New Issue
Block a user