python310Packages.azure-mgmt-storage: 20.0.0 -> 20.1.0

This commit is contained in:
R. Ryantm
2022-08-11 23:14:13 +00:00
parent f2c28f668c
commit db7de997db
@@ -7,7 +7,7 @@
}:
buildPythonPackage rec {
version = "20.0.0";
version = "20.1.0";
pname = "azure-mgmt-storage";
format = "setuptools";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-buR2tWIv9vWVTt7m6w2N1CezIXAihVrfHshjPKBM3uI=";
hash = "sha256-IU8/3oyR4n1T8uZUoo0VADrT9vFchDioIF8MiKSNlFE=";
};
propagatedBuildInputs = [