Skip to content

Commit

Permalink
python312Packages.safety: 3.2.6 -> 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 29, 2024
1 parent cbf0cc0 commit 3971dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/safety/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildPythonPackage rec {
pname = "safety";
version = "3.2.6";
version = "3.2.7";

disabled = pythonOlder "3.7";

Expand All @@ -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 = ''
Expand Down

0 comments on commit 3971dc4

Please sign in to comment.