Revert "python: azure-mgmt-network: 0.20.1 -> 2.2.1"

This reverts commit a944d0fcc8.

https://github.com/NixOS/nixpkgs/issues/52547
This commit is contained in:
Herwig Hochleitner 2018-12-19 23:36:42 +01:00
parent e388eb974c
commit ab88bd38eb

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "2.2.1";
version = "0.20.1";
pname = "azure-mgmt-network";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "a4327bccc435ca4f829ac18f82f17923b490958c202af7a86044ccabeaaa5401";
sha256 = "10vj22h6nxpw0qpvib5x2g6qs5j8z31142icvh4qk8k40fcrs9hx";
};
preConfigure = ''