3
0
Fork 0
forked from mirrors/nixpkgs

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

python312Packages.aliyun-python-sdk-iot: 8.57.0 -> 8.58.0
This commit is contained in:
Fabian Affolter 2024-01-21 10:37:47 +01:00 committed by GitHub
commit 3f55ad67f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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