Merge pull request #219856 from fabaff/aliyun-python-sdk-iot-bump

python310Packages.aliyun-python-sdk-iot: 8.51.0 -> 8.52.0
This commit is contained in:
Fabian Affolter 2023-03-06 19:28:11 +01:00 committed by GitHub
commit d56397354e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-iot";
version = "8.51.0";
version = "8.52.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Aqyvlb+a6Hos6zc6xkd249WUlk8RpdK475eozjwVDDA=";
hash = "sha256-ztuOTjWBlmTS9IvHqNW+mBi1AT0YW3RjwCZTwEcddpE=";
};
propagatedBuildInputs = [