python: azure-mgmt-storage: 4.2.0 -> 5.0.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:25 +02:00
parent 150b5cce3c
commit 5b6352b9b6

View File

@ -7,13 +7,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.2.0"; version = "5.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 = "02a7f5vpaypr2lrayay4i9m7sf7d6galqwjz5wj549vq85jdq5ny"; sha256 = "dd27ffc8c763932100dff1cda3d5a72dc2348686093732747f68396b1dd3fabf";
}; };
postInstall = if isPy3k then "" else '' postInstall = if isPy3k then "" else ''