1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

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

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:54 +01:00
parent 2e2916b647
commit a944d0fcc8

View file

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