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

python312Packages.safety: 3.2.6 -> 3.2.7 (#338256)

parents c3925f72 3971dc46
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.6";
  version = "3.2.7";

  disabled = pythonOlder "3.7";

@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "pyupio";
    repo = "safety";
    rev = "refs/tags/${version}";
    hash = "sha256-pC9ruEGT3v5C5EpxIN+uZX+6sVYG4+MpXU0gt9yb+IE=";
    hash = "sha256-JWbiw9qgfDo0UMAcqIhk1Y5tW0aSaZtbVdpdaY2z+3w=";
  };

  postPatch = ''