pip-audit: 2.5.4 -> 2.5.5

Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.5.5
This commit is contained in:
Fabian Affolter 2023-05-10 20:21:52 +02:00
parent f431ee4a85
commit aa97571b07

View file

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.5.4";
version = "2.5.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-aByzVPQADTNz5rVzmkNH/zk4u+RkWPcfk0sQhR3K2cQ=";
hash = "sha256-tHNDJF4gmg5JnL+bt7kaLE+Xho721K5+gg1kpIjKY1k=";
};
nativeBuildInputs = [