Unverified Commit 0ea2590c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

pip-audit: 2.3.1 -> 2.3.2
parents 6538e2fc 4cae7db6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "pip-audit";
  version = "2.3.1";
  version = "2.3.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "trailofbits";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-W7g2ZV1Xf1s5sGRJiZdQcreBD6zp1/VRQPGs+VIOJE0=";
    hash = "sha256-BcbTu4vDA7ry87gQXpFk3MvH0eFNNgOBf1SlxNUFDbw=";
  };

  nativeBuildInputs = [
@@ -47,6 +47,7 @@ buildPythonApplication rec {
    pip-api
    progress
    resolvelib
    rich
  ];

  checkInputs = [