Unverified Commit cee746aa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.aliyun-python-sdk-iot: 8.56.0 -> 8.57.0
parents 5fc0ff4e 19c44fc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [