python311Packages.azure-mgmt-security: 3.0.0 -> 5.0.0

This commit is contained in:
R. Ryantm 2023-05-11 02:35:25 +00:00
parent c1052699c0
commit 821260708e

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-security";
version = "3.0.0";
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vLp874V/awKi2Yr+sH+YcbFij6M9iGGrE4fnMufbP4Q=";
hash = "sha256-OLA+/oLCNEzqID/alebQC3rCJ4L6HAtYXNDqLI/z5wI=";
extension = "zip";
};