Merge pull request #173360 from r-ryantm/auto-update/python3.10-azure-multiapi-storage

python310Packages.azure-multiapi-storage: 0.8.0 -> 0.9.0
This commit is contained in:
Fabian Affolter 2022-05-17 12:39:36 +02:00 committed by GitHub
commit d365c7e9fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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