pip-audit: 2.3.0 -> 2.3.0

This commit is contained in:
Fabian Affolter 2022-05-20 11:17:34 +02:00
parent 2a8f89575a
commit 851daa2e8b

View File

@ -25,16 +25,20 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.2.1";
format = "setuptools";
version = "2.3.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-ji61783imVlvoBaDMTxQwbf1L1G4lJbOFZ1FjcNOT/8=";
hash = "sha256-OaWyBswqfzbo9pqN3oa92XNbfkMGARog2yH9kIyOzIk=";
};
nativeBuildInputs = [
flit-core
];
propagatedBuildInputs = [
cachecontrol
cyclonedx-python-lib