Revert "python: azure-mgmt-storage: 0.20.0 -> 3.0.0"

This reverts commit 95569262bb.

https://github.com/NixOS/nixpkgs/issues/52547
This commit is contained in:
Herwig Hochleitner 2018-12-19 23:36:59 +01:00
parent 88559cb49e
commit 77293ac160

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "3.0.0";
version = "0.20.0";
pname = "azure-mgmt-storage";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "24c52b9dcb5e224ca9572d6ec39b53d332bdfe01818e85ec1cc1b5bedf16ce07";
sha256 = "16iw7hqhq97vlzfwixarfnirc60l5mz951p57brpcwyylphl3yim";
};
preConfigure = ''