3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.safety: 2.0.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2022-07-18 20:24:40 +00:00
parent fc9e22fca1
commit 9b808d0491

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "safety";
version = "2.0.0";
version = "2.1.1";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "d739d00a9e4203cfaba34540c822a73ca1d327159ed7776b3dce09391f81c35d";
sha256 = "sha256-28Xf+i5H2nbMQ9/oy7v8qZ0pEY0MbFTfz6EcK9NJ3/Y=";
};
postPatch = ''