Skip to content

Commit

Permalink
python312Packages.safety: 3.2.7 -> 3.2.8 (NixOS#345230)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Oct 2, 2024
2 parents 85f203b + 511066d commit 8b83275
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.7";
version = "3.2.8";

disabled = pythonOlder "3.7";

Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "pyupio";
repo = "safety";
rev = "refs/tags/${version}";
hash = "sha256-JWbiw9qgfDo0UMAcqIhk1Y5tW0aSaZtbVdpdaY2z+3w=";
hash = "sha256-H8YF9rax6dM6KCLGiRk7bIHhYVw0RNkH/B9VTZRHe9c=";
};

postPatch = ''
Expand Down

0 comments on commit 8b83275

Please sign in to comment.