python3Packages.azure-mgmt-storage: 17.1.0 -> 18.0.0

This commit is contained in:
Jonathan Ringer 2021-05-20 22:27:25 -07:00
parent c60dcf051c
commit ac5eb5dfe1
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
version = "17.1.0";
version = "18.0.0";
pname = "azure-mgmt-storage";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "01acb8e988c8082174fa952e1638d700146185644fbe4b126e65843e63d44600";
sha256 = "d17beb34273797fa89863632ff0e1eb9b6a55198abb8c7f05d84980762e5f71f";
};
propagatedBuildInputs = [