pythonPackages.azure-mgmt-network: 2.6.0 -> 2.7.0

This commit is contained in:
Max Wilson 2019-05-21 14:24:33 -04:00 committed by Wael M. Nasreddine
parent 4049da4b07
commit c91c387a9e
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

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