python311Packages.aliyun-python-sdk-iot: 8.56.0 -> 8.57.0

Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-iot/ChangeLog.txt
This commit is contained in:
Fabian Affolter 2023-09-25 09:15:35 +02:00
parent fbba24df23
commit 19c44fc47b

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-iot";
version = "8.56.0";
version = "8.57.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8d77P522c6gV8LhKErixzE2DvGmjr9bms+2eHYirgwg=";
hash = "sha256-Ea0IUn2mlu0c7QYJZkUrBUrtjUuTHoTeuvZHw/il+4A=";
};
propagatedBuildInputs = [