python310Packages.azure-mgmt-compute: 26.1.0 -> 27.0.0

This commit is contained in:
R. Ryantm 2022-05-18 14:15:11 +00:00
parent 787e9d2647
commit 4cdc31591c

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "26.1.0";
version = "27.0.0";
pname = "azure-mgmt-compute";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "sha256-K63nT8sx2PCIFhc+1eCAs/ItESbv9xA+8GDn2hZCJHU=";
sha256 = "sha256-n+MQJ0ZeQ/hyS2G8CrNCtoxbvcfrIXmn4LXB/V6JXT0=";
};
propagatedBuildInputs = [