python310Packages.azure-multiapi-storage: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-08-30 13:22:39 +00:00
parent 70c3bfea57
commit 0a3d517599

View File

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "0.9.0";
version = "0.10.0";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7uq8uRZ3MXI1Gy+DmMkRVNV7uZPw6j8r9KfhS8d+tCY=";
sha256 = "sha256-QhC2s/onnlbFVxMmK6SJg2hatxp4WTrYWtMV0pXtAZ8=";
};
propagatedBuildInputs = [