Unverified Commit 4c1b2a1f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

safety-cli: 3.2.8 -> 3.2.9 (#351088)

parents 1d105c77 03e80482
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "safety";
  version = "3.2.8";
  version = "3.2.9";

  disabled = pythonOlder "3.7";

@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "pyupio";
    repo = "safety";
    rev = "refs/tags/${version}";
    hash = "sha256-H8YF9rax6dM6KCLGiRk7bIHhYVw0RNkH/B9VTZRHe9c=";
    hash = "sha256-etA/S/i87w4ihsqQo5JJjt6hWC7Jt9/q8vhqyo+DTek=";
  };

  postPatch = ''