Merge pull request #296927 from fabaff/azure-mgmt-compute-bump

python312Packages.azure-mgmt-compute: 30.5.0 -> 30.6.0
This commit is contained in:
Fabian Affolter 2024-03-18 18:37:11 +01:00 committed by GitHub
commit 183c91232f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [