Skip to content

Commit

Permalink
python312Packages.safety: 3.2.9 -> 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 9, 2024
1 parent 9b5895b commit 3e973ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.9";
version = "3.2.11";

disabled = pythonOlder "3.7";

Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "pyupio";
repo = "safety";
rev = "refs/tags/${version}";
hash = "sha256-etA/S/i87w4ihsqQo5JJjt6hWC7Jt9/q8vhqyo+DTek=";
hash = "sha256-ekJ0o+KWS8Fih1M/scboGEjETX0/2Uh6h/zne4h+3wI=";
};

postPatch = ''
Expand All @@ -54,7 +54,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];

pythonRelaxDeps = [
"dparse"
"filelock"
];

Expand Down

0 comments on commit 3e973ae

Please sign in to comment.