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

python311Packages.aliyun-python-sdk-iot: 8.52.0 -> 8.53.0
This commit is contained in:
Nick Cao 2023-05-13 10:19:10 +08:00 committed by GitHub
commit 21592ef083
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.52.0";
version = "8.53.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ztuOTjWBlmTS9IvHqNW+mBi1AT0YW3RjwCZTwEcddpE=";
hash = "sha256-dRNrbdFASkh1wWa1Z2VaUPijbyqUyIlVYSKvqR9N1js=";
};
propagatedBuildInputs = [