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

python310Packages.aliyun-python-sdk-iot: 8.41.0 -> 8.42.0
This commit is contained in:
Fabian Affolter
2022-08-26 11:27:10 +02:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-iot";
version = "8.41.0";
version = "8.42.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-t/SIEW1JMTyeOhhxx6IhLsbQa0D3aqD2hqGk8+Ka0ns=";
hash = "sha256-pp1objaT0Galxz91V1OoMfogYQyZ1lZC6XGFd4wSTq8=";
};
propagatedBuildInputs = [