Skip to content

Commit

Permalink
python310Packages.safety: 2.1.1 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent ac09134 commit 0d26f93
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 @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "safety";
version = "2.1.1";
version = "2.2.0";

disabled = pythonOlder "3.6";

format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-28Xf+i5H2nbMQ9/oy7v8qZ0pEY0MbFTfz6EcK9NJ3/Y=";
hash = "sha256-Z0XeEqy9YKWAAf5my1QDVRh9e5kbMBBNnvFP9OSCYHM=";
};

postPatch = ''
Expand Down

0 comments on commit 0d26f93

Please sign in to comment.