Unverified Commit 102f0447 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

safety-cli: 3.6.0 -> 3.6.1 (#439406)

parents d0fc3089 b5bd6c66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "safety";
  version = "3.6.0";
  version = "3.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pyupio";
    repo = "safety";
    tag = version;
    hash = "sha256-YJUehO91TJ7mGaB1hEgZSF0ds3SlZ01Z59RcR/B56tI=";
    hash = "sha256-E48iuPZhAttQi4RCJGZikz+/kTXOZbq1zp+4fypTc94=";
  };

  patches = [