safety-cli: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2025-06-05 05:42:13 +00:00
parent 168a510071
commit 90071e65fb
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "safety";
version = "3.5.1";
version = "3.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pyupio";
repo = "safety";
tag = version;
hash = "sha256-ZUtx0pOBYPWJDy/xM4A71w+7OzFEkmKxgXtudu2oaUo=";
hash = "sha256-kYGoJpFkZo4kZmbmak/+nOS2gzDO/xAwfbcGPOFxyrY=";
};
patches = [