python3Packages.azure-mgmt-storage: 10.0.0 -> 11.1.0

This commit is contained in:
Jonathan Ringer 2020-07-06 09:48:06 -07:00 committed by Jon
parent d3c846e48c
commit f731564592
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "10.0.0";
version = "11.1.0";
pname = "azure-mgmt-storage";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "d1edead1ad36e957c9f9b605f547ad1ff7152f8f785fa03d3c7891bb428a68ef";
sha256 = "ef23587c1b6dc0866ebf0e91e83ba05d7f7e4fea7951b704781b9cd9f5f27f1c";
};
propagatedBuildInputs = [ azure-mgmt-common ];