Merge pull request #188971 from r-ryantm/auto-update/python310Packages.azure-multiapi-storage

python310Packages.azure-multiapi-storage: 0.9.0 -> 0.10.0
This commit is contained in:
Jonas Heinrich 2022-09-01 22:22:08 +02:00 committed by GitHub
commit f9409ab162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [