Merge pull request #67031 from r-ryantm/auto-update/python3.7-azure-mgmt-network

python37Packages.azure-mgmt-network: 2.7.0 -> 4.0.0
This commit is contained in:
Marek Mahut 2019-08-20 20:35:38 +02:00 committed by GitHub
commit 3b365670fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ''