python311Packages.azure-mgmt-compute: 30.5.0 -> 30.6.0

This commit is contained in:
R. Ryantm
2024-03-17 08:52:57 +00:00
parent 79edbc3691
commit d23a05109f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-compute";
version = "30.5.0";
version = "30.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7T6jS3mdsNUu5V4vGrSw8J+koI814GHsuarZ+1ohiEQ=";
hash = "sha256-TYDXI+xtTLlYNhfr7AcW59dLJzKsuu0CPtLjzHBT0A4=";
};
propagatedBuildInputs = [