python37Packages.azure-mgmt-network: 2.7.0 -> 4.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-network/versions
This commit is contained in:
R. RyanTM 2019-08-19 23:37:25 -07:00
parent ffbb4d26f9
commit a1d3f39a83

View File

@ -7,13 +7,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "2.7.0"; version = "4.0.0";
pname = "azure-mgmt-network"; pname = "azure-mgmt-network";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "04z9f0nd2nh5miw81qahqrrz998l4yd328qcyx7bxg42a5f5v5jp"; sha256 = "0h2lnigmh2arq0ppwjk8h9rqxplj6s7h7qxwyv7wirk0ydx6cfd9";
}; };
postInstall = if isPy3k then "" else '' postInstall = if isPy3k then "" else ''