Merge pull request #67050 from r-ryantm/auto-update/python3.7-azure-mgmt-storage
python37Packages.azure-mgmt-storage: 3.3.0 -> 4.0.0
This commit is contained in:
commit
a870a709ff
@ -7,13 +7,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.3.0";
|
version = "4.0.0";
|
||||||
pname = "azure-mgmt-storage";
|
pname = "azure-mgmt-storage";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "1kffay8hr8h3hf78wb1kisvffpwxsxy6lixbgh9dbv0p781sgyh6";
|
sha256 = "1kxd30s2axn3g4qx3v7q3d5l744a29xlfk3q06ra0rqm1p6prvgv";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = if isPy3k then "" else ''
|
postInstall = if isPy3k then "" else ''
|
||||||
|
Loading…
Reference in New Issue
Block a user