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

This commit is contained in:
R. Ryantm
2024-01-25 13:24:43 +00:00
parent 5af80acc9a
commit 18dca6a6a2
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-compute";
version = "30.4.0";
version = "30.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C3Qo/YvRXHy9fGa5uwEOClyzeoBs7x9JSNkHGRV2kzQ=";
hash = "sha256-7T6jS3mdsNUu5V4vGrSw8J+koI814GHsuarZ+1ohiEQ=";
};
propagatedBuildInputs = [