Merge pull request #203640 from r-ryantm/auto-update/safety-cli

safety-cli: 2.3.2 -> 2.3.3
This commit is contained in:
figsoda 2022-11-29 13:56:25 -05:00 committed by GitHub
commit 211ab6181a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "safety";
version = "2.3.2";
version = "2.3.3";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-ftjXH1unWQ0cmr+iLHKmTeOJri4HxnMrHJCVWhaMVb8=";
hash = "sha256-LhfPEnRyynIM3MZfg0AItVWhD+VmJ2RgCat1Zd0kWc8=";
};
postPatch = ''