python37Packages.azure-mgmt-network: 4.0.0 -> 5.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-09-27 22:16:45 -07:00
parent 96ac71d680
commit 6d38dc4db5

View File

@ -7,13 +7,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.0.0"; version = "5.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 = "0h2lnigmh2arq0ppwjk8h9rqxplj6s7h7qxwyv7wirk0ydx6cfd9"; sha256 = "03ymxm3ryhgh4f1pw00fiyb3lxv2w6nkvn8xnj91h8xdd34flqzc";
}; };
postInstall = if isPy3k then "" else '' postInstall = if isPy3k then "" else ''