python37Packages.azure-mgmt-compute: 5.0.0 -> 8.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-compute/versions
This commit is contained in:
R. RyanTM 2019-10-07 19:52:11 -07:00 committed by Jon
parent 0b1eed91e2
commit 5253be5a18

View File

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "5.0.0";
version = "8.0.0";
pname = "azure-mgmt-compute";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1zdypc8f825n60341ai2482rwgsc7l8dpr691j8hqz571l80y85w";
sha256 = "06hmf9iq2yqpmmvw7pr9zm4v427q03i436lnin3aczizfndrk76i";
};
postInstall = if isPy3k then "" else ''