Merge pull request #275185 from r-ryantm/auto-update/python310Packages.azure-mgmt-compute

python310Packages.azure-mgmt-compute: 30.3.0 -> 30.4.0
This commit is contained in:
Fabian Affolter 2023-12-18 14:40:50 +01:00 committed by GitHub
commit f2155ad5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-compute";
version = "30.3.0";
version = "30.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5Sl4Y0D4YqpqIYp61qW+trn7VYM8XKoIUcwzFNBJO2M=";
hash = "sha256-C3Qo/YvRXHy9fGa5uwEOClyzeoBs7x9JSNkHGRV2kzQ=";
};
propagatedBuildInputs = [